diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-16 03:18:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-16 03:18:37 +0000 |
commit | 58f36b90b0592c0c12ad394e861611431eb4db5d (patch) | |
tree | 247ae0200ec43d224936af81ec06b63837f82ed5 /sys/arch/i386 | |
parent | 37273fd6dd5d8409cf646009075593ac729095b1 (diff) |
something has to go, unfortunately
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 93523a15eb5..c4acfa38c78 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.80 2007/11/15 22:21:32 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.81 2007/11/16 03:18:36 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -299,16 +299,16 @@ 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) -#wi* at pci? # WaveLAN IEEE 802.11DS -wi* at pcmcia? # WaveLAN IEEE 802.11DS +wi* at pci? # WaveLAN IEEE 802.11DS +#wi* at pcmcia? # WaveLAN IEEE 802.11DS #ipw* at pci? # Intel PRO/Wireless 2100 #iwi* at pci? # Intel PRO/Wireless 2200BG/2915ABG #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 -ral* at pci? # Ralink RT2500/RT2501/RT2600 -ral* at cardbus? # Ralink RT2500/RT2501/RT2600 +#ral* at pci? # Ralink RT2500/RT2501/RT2600 +#ral* at cardbus? # Ralink RT2500/RT2501/RT2600 #rtw* at pci? # Realtek 8180 #rtw* at cardbus? # Realtek 8180 |