diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-21 18:41:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-21 18:41:45 +0000 |
commit | abf15cbda9d010abdba3153706652970114095d7 (patch) | |
tree | c28fb55a22ca69b4358221efac6c23cb0f5eb407 /sys/arch/i386/conf | |
parent | a4dfb5105ae3866659fb1f7fa0064848f84803b3 (diff) |
add wireless drivers which need firmware; if someone upgrades the firmware
may in fact be there already, so it is OK
from espie
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index d83ff61164c..7cb5bc8b0f1 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.149 2008/02/25 23:16:47 brad Exp $ +# $OpenBSD: RAMDISK_CD,v 1.150 2008/03/21 18:41:44 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -363,20 +363,32 @@ et* at pci? # Agere/LSI ET1310 #lii* at pci? # Attansic L2 Ethernet # Wireless network cards +acx* at pci? # TI ACX100/ACX111 (802.11b/g) +acx* at cardbus? # TI ACX100/ACX111 (802.11b/g) ath* at pci? # Atheros AR5k (802.11a/b/g) ath* at cardbus? # Atheros AR5k (802.11a/b/g) atw* at pci? # ADMtek ADM8211 (802.11) atw* at cardbus? # ADMtek ADM8211 (802.11) +bwi* at pci? # Broadcom AirForce (802.11b/g) +bwi* at cardbus? # Broadcom AirForce (802.11b/g) wi* at pci? # WaveLAN IEEE 802.11DS wi* at pcmcia? # WaveLAN IEEE 802.11DS #awi* at pcmcia? # Bay Networks IEEE 802.11FH an* at pcmcia? # Aironet IEEE 802.11DS #cnw* at pcmcia? # Xircom Netwave ray* at pcmcia? # Raylink Aviator2.4/Pro 802.11FH +ipw* at pci? # Intel PRO/Wireless 2100 +iwi* at pci? # Intel PRO/Wireless 2200BG/2915ABG +wpi* at pci? # Intel PRO/Wireless 3945ABG +iwn* at pci? # Intel Wireless WiFi Link 4965AGN ral* at pci? # Ralink RT2500/RT2501/RT2600 ral* at cardbus? # Ralink RT2500/RT2501/RT2600 rtw* at pci? # Realtek 8180 rtw* at cardbus? # Realtek 8180 +pgt* at pci? # Prism54 (only full-mac varients) +pgt* at cardbus? # Prism54 (only full-mac varients) +malo* at cardbus? # Marvell Libertas +malo* at pcmcia? # Marvell 88W8385 # Media Independent Interface (mii) drivers exphy* at mii? # 3Com internal PHYs |