diff options
author | 2013-04-05 05:45:09 +0000 | |
---|---|---|
committer | 2013-04-05 05:45:09 +0000 | |
commit | 57180202b89cc8677aa8f03d2bb4f75de75c092a (patch) | |
tree | 24010349594a08f5b86745c8ea5c8eb35dcedbf8 | |
parent | Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNEL (diff) | |
download | wireguard-openbsd-57180202b89cc8677aa8f03d2bb4f75de75c092a.tar.xz wireguard-openbsd-57180202b89cc8677aa8f03d2bb4f75de75c092a.zip |
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@
-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? |