diff options
author | 2006-05-14 19:14:41 +0000 | |
---|---|---|
committer | 2006-05-14 19:14:41 +0000 | |
commit | f7a3532faa070fa1678d364d7b3ffc3650abcabc (patch) | |
tree | 85b614e5242923ab62cea25050c369df38fffb8a | |
parent | oops it got added twice (diff) | |
download | wireguard-openbsd-f7a3532faa070fa1678d364d7b3ffc3650abcabc.tar.xz wireguard-openbsd-f7a3532faa070fa1678d364d7b3ffc3650abcabc.zip |
add wpi(4) so i can get feedback.
ok deraadt@
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 4a83f7ce654..60a14f55588 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.490 2006/05/13 04:46:15 brad Exp $ +# $OpenBSD: GENERIC,v 1.491 2006/05/14 19:14:41 damien Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -500,6 +500,7 @@ an* at pcmcia? # Aironet IEEE 802.11DS 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 ral* at pci? # Ralink RT2500/RT2501/RT2600 ral* at cardbus? # Ralink RT2500/RT2501/RT2600 rtw* at pci? # Realtek 8180 |