diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2013-04-05 05:45:10 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2013-04-05 05:45:10 +0000 |
commit | 8536394f88af20a86c689300a885160d1a682150 (patch) | |
tree | c29660ed73ea1cbaad5e8535def1e37f2570fc7d /sys | |
parent | 599d3119cf732372e3e5460db7200c85af1a0e8c (diff) |
Add the remaining USB Wifi adapters to the CD RAMDISK media for users
using the media with upgrades - athn(4), atu(4), otus(4), rsu(4), uath(4)
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 7 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 8 |
2 files changed, 12 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 82572b2ac58..350b9d03b58 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.124 2013/03/29 04:31:37 tedu Exp $ +# $OpenBSD: RAMDISK_CD,v 1.125 2013/04/05 05:45:09 brad Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -105,6 +105,7 @@ umass* at uhub? # USB Mass Storage devices #ums* at uhidev? #wsmouse* at ums? mux 0 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 @@ -126,6 +127,10 @@ zyd* at uhub? # Zydas ZD1211/ZD1211B upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB urtw* at uhub? # RealTek 8187 urtwn* at uhub? # RealTek RTL8188CU/RTL8192CU +rsu* at uhub? # RealTek RTL8188SU/RTL8191SU/RTL8192SU +uath* at uhub? # Atheros AR5005UG/AR5005UX +otus* at uhub? # Atheros AR9001U +athn* at uhub? # Atheros AR9002U pckbc0 at isa? # PC keyboard controller pckbd* at pckbc? # PC keyboard diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index edb65cd3ca7..9803576ebe3 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.196 2013/03/29 04:31:37 tedu Exp $ +# $OpenBSD: RAMDISK_CD,v 1.197 2013/04/05 05:45:09 brad Exp $ machine i386 # architecture, used by config; REQUIRED @@ -125,7 +125,7 @@ umass* at uhub? # USB Mass Storage devices #ums* at uhidev? #wsmouse* at ums? mux 0 aue* at uhub? # ADMtek AN986 Pegasus Ethernet -#atu* at uhub? # Atmel AT76c50x based 802.11b +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 @@ -147,6 +147,10 @@ zyd* at uhub? # Zydas ZD1211/ZD1211B upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB urtw* at uhub? # RealTek 8187 urtwn* at uhub? # RealTek RTL8188CU/RTL8192CU +rsu* at uhub? # RealTek RTL8188SU/RTL8191SU/RTL8192SU +uath* at uhub? # Atheros AR5005UG/AR5005UX +otus* at uhub? # Atheros AR9001U +athn* at uhub? # Atheros AR9002U npx0 at isa? port 0xf0 irq 13 # math coprocessor isadma0 at isa? |