1# $OpenBSD: RAMDISK,v 1.28 2023/03/12 22:18:58 cheloha Exp $ 2 3machine landisk sh 4maxusers 4 5 6option HZ=64 7 8option SMALL_KERNEL 9option NO_PROPOLICE 10option BOOT_CONFIG 11 12option MINIROOTSIZE=5120 13option RAMDISK_HOOKS 14 15option PCIVERBOSE 16option USBVERBOSE 17 18option FFS 19option FFS2 20option CD9660 21option MSDOSFS 22option EXT2FS 23option INET6 24 25config bsd root on rd0a swap on rd0b 26 27option SH4 # processor family; MANDATORY 28option SH7751R # processor type; MANDATORY 29option PCLOCK=33333333 # 33.33MHz clock 30option DONT_INIT_BSC 31#option DONT_INIT_PCIBSC 32 33mainbus0 at root 34cpu0 at mainbus? 35 36shpcic* at mainbus? 37pci0 at shpcic? 38shb* at mainbus? 39obio0 at mainbus? 40 41option SCIFCONSOLE 42option SCIFCN_SPEED=9600 43scif0 at shb? 44 45rsclock0 at shb? 46 47wdc0 at obio? port 0x14000000 irq 10 48wd* at wdc? flags 0x0000 49 50re* at pci? # Realtek 8139C+/8169/8169S/8110S 51rl* at pci? # Realtek 8129/8139 52 53acphy* at mii? # Altima AC101 PHYs 54amphy* at mii? # AMD 79C873 PHYs 55eephy* at mii? # Marvell 88E1000 series PHY 56rgephy* at mii? # Realtek 8169S/8110S PHY 57rlphy* at mii? # Realtek 8139/8201L PHYs 58urlphy* at mii? # Realtek RTL8150L internal PHYs 59ukphy* at mii? # generic unknown PHYs 60 61pciide* at pci? 62wd* at pciide? 63atapiscsi* at pciide? flags 0x0000 64 65ehci* at pci? 66ohci* at pci? 67usb* at ehci? 68usb* at ohci? 69 70uhub* at usb? 71uhub* at uhub? 72umass* at uhub? 73aue* at uhub? # ADMtek AN986 Pegasus Ethernet 74atu* at uhub? # Atmel AT76c50x based 802.11b 75axe* at uhub? # ASIX Electronics AX88172 USB Ethernet 76axen* at uhub? # ASIX Electronics AX88179 USB Ethernet 77cue* at uhub? # CATC USB-EL1201A based Ethernet 78kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet 79smsc* at uhub? # SMSC LAN95xx Ethernet 80cdce* at uhub? # CDC Ethernet 81upl* at uhub? # Prolific PL2301/PL2302 host-to-host 82ugl* at uhub? # Genesys Logic GL620USB-A host-to-host 83udav* at uhub? # Davicom DM9601 based Ethernet 84url* at uhub? # Realtek RTL8150L based adapters 85ure* at uhub? # Realtek RTL8152 based adapters 86wi* at uhub? # WaveLAN IEEE 802.11DS 87ugen* at uhub? # USB Generic driver 88ural* at uhub? # Ralink RT2500USB 89rum* at uhub? # Ralink RT2501USB/RT2601USB 90zyd* at uhub? # Zydas ZD1211 91 92scsibus* at scsi? 93sd* at scsibus? 94cd* at scsibus? 95 96pseudo-device wsmux 2 97pseudo-device loop 1 98pseudo-device bpfilter 1 99pseudo-device rd 1 100