diff options
author | 2008-03-21 18:48:15 +0000 | |
---|---|---|
committer | 2008-03-21 18:48:15 +0000 | |
commit | facf3084275118ebd6ebb7cc82801caabc0812d8 (patch) | |
tree | 94a03ebcda14b0d312ba4e30e16a178b22330448 | |
parent | SMALL_KERNEL, NO_PROPOLICE; from brad (diff) | |
download | wireguard-openbsd-facf3084275118ebd6ebb7cc82801caabc0812d8.tar.xz wireguard-openbsd-facf3084275118ebd6ebb7cc82801caabc0812d8.zip |
add wireless drivers which need firmware; if someone upgrades the firmware
may in fact be there already, so it is OK, same as i386
from espie
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 74f9da4abf7..a8bcd99c1b5 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.81 2008/02/25 23:16:47 brad Exp $ +# $OpenBSD: RAMDISK_CD,v 1.82 2008/03/21 18:48:15 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -277,20 +277,33 @@ 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 pci? # Marvell 88W8385 +malo* at cardbus? # Marvell Libertas +malo* at pcmcia? # Marvell 88W8385 # Media Independent Interface (mii) drivers exphy* at mii? # 3Com internal PHYs |