diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-07-31 10:31:39 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-07-31 10:31:39 +0000 |
commit | ddc115564e2b438356fee3b26bba010e42273466 (patch) | |
tree | a5bf05682aaef3e3b55f0a1c7de5cd1df3f9eb6e /sys | |
parent | f1b81cee4b97894991895a03ac8d35c96777f685 (diff) |
Enable an(4) at pci, untested but should work.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 8b528753e28..95d2b08970d 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.145 2006/07/27 04:41:48 brad Exp $ +# $OpenBSD: GENERIC,v 1.146 2006/07/31 10:31:38 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -359,7 +359,7 @@ atw* at cardbus? # ADMtek ADM8211 (802.11) wi* at pci? # WaveLAN IEEE 802.11DS wi* at pcmcia? # WaveLAN IEEE 802.11DS #awi* at pcmcia? # Bay Networks IEEE 802.11FH -#an* at pci? # Aironet IEEE 802.11DS +an* at pci? # Aironet IEEE 802.11DS an* at pcmcia? # Aironet IEEE 802.11DS cnw* at pcmcia? # Xircom Netwave ray* at pcmcia? # Raylink Aviator2.4/Pro 802.11FH |