diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-03-17 03:12:23 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-03-17 03:12:23 +0000 |
commit | ef066aff138b15621f409523ef6cf7883e64595e (patch) | |
tree | 8a830a1a1018e64a099310044c87dcb7f5e7d289 /sys/arch/amd64/conf | |
parent | e26184e26398c5ac3dec99e085acf00e19184dca (diff) |
wpi(4) works fine on amd64 according to
Stefan Sperling <stsp@stsp.in-berlin.de>
so enable it
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index b4ebe931a41..2cabf973bb9 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.174 2007/02/28 21:54:43 grange Exp $ +# $OpenBSD: GENERIC,v 1.175 2007/03/17 03:12:22 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -388,6 +388,7 @@ an* at pcmcia? # Aironet IEEE 802.11DS cnw* at pcmcia? # Xircom Netwave ray* at pcmcia? # Raylink Aviator2.4/Pro 802.11FH iwi* at pci? # Intel PRO/Wireless 2200BG/2915ABG +wpi* at pci? # Intel PRO/Wireless 3945ABG ral* at pci? # Ralink RT2500/RT2501/RT2600 ral* at cardbus? # Ralink RT2500/RT2501/RT2600 rtw* at pci? # Realtek 8180 |