diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-25 20:39:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-25 20:39:37 +0000 |
commit | df4a83554378b6461ff16da35349bf36507e7006 (patch) | |
tree | ad3bfba0e7391219199c925312abf40c33a3a6c1 /sys/arch/i386/conf | |
parent | c8e7a3565c5329f265a7acea93110fb924e63203 (diff) |
much space has been regained because of ramdisk fitting exercises in
MI code. this has led to the i386 "laptop" floppy having a lot of
extra space. heck, let's add minimum usb support! umass, ukbd, aue,
url, and wi at usb should now work here.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index abd47355bc0..b38c1bcc1af 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.43 2004/11/25 22:02:08 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.44 2004/12/25 20:39:36 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -86,6 +86,33 @@ pcmcia* at cardslot? cbb* at pci? cardslot* at cbb? +# USB Controllers +uhci* at pci? # Universal Host Controller (Intel) +ohci* at pci? # Open Host Controller + +# USB Hub Support +usb* at uhci? +usb* at ohci? + +# USB devices +uhub* at usb? # USB Hubs +uhub* at uhub? # USB Hubs +umass* at uhub? # USB Mass Storage devices +scsibus* at umass? +uhidev* at uhub? # Human Interface Devices +ukbd* at uhidev? # USB keyboard +wskbd* at ukbd? mux 1 +aue* at uhub? # ADMtek AN986 Pegasus Ethernet +#atu* at uhub? # Atmel AT76c50x based 802.11b +#axe* at uhub? # ASIX Electronics AX88172 USB Ethernet +#cue* at uhub? # CATC USB-EL1201A based Ethernet +#kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet +#cdce* at uhub? # CDC Ethernet +#upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' +#udav* at uhub? # Davicom DM9601 based Ethernet +#url* at uhub? # Realtek RTL8150L based adapters +wi* at uhub? # WaveLAN IEEE 802.11DS + npx0 at isa? port 0xf0 irq 13 # math coprocessor isadma0 at isa? isapnp0 at isa? @@ -248,10 +275,12 @@ em* at pci? # Intel Pro/1000 ethernet #txp* at pci? # 3com 3CR990 #nge* at pci? # NS DP83820/DP83821 GigE #bge* at pci? # Broadcom BCM570x (aka Tigon3) +#re* at pci? # Realtek 8169/8169S/8110S #stge* at pci? # Sundance TC9021 GigE #lge* at pci? # Level1 LXT1001 GigE #hme* at pci? # Sun Happy Meal #bce* at pci? # Broadcom BCM4401 +#vge* at pci? # VIA VT612x # Wireless network cards wi* at pci? # WaveLAN IEEE 802.11DS |