summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2009-11-14 16:55:12 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2009-11-14 16:55:12 +0000
commit07f1b17cbe2d5d588c48d41b1c9e7f38d757329f (patch)
tree5ea86d4058aa63b25ddea485dfbd960941df0d05 /sys/arch/i386/conf
parent243dc61326c89d883d7414f28251ebfa80ca99b8 (diff)
athn(4), a driver for Atheros 802.11a/g/n devices.
written from scratch based on the vendor driver for Linux (ath9k). AR9285 and AR9287 parts are 100% untested. only basic functionnalities are enabled for now. committed over an AR9281. "commit" deraadt
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r--sys/arch/i386/conf/GENERIC4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 9ce703c2a05..2f28a223475 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.670 2009/11/08 11:59:15 damien Exp $
+# $OpenBSD: GENERIC,v 1.671 2009/11/14 16:55:11 damien Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -639,6 +639,8 @@ 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)
+athn* at pci? # Atheros AR9k (802.11a/g/n)
+athn* at cardbus? # Atheros AR9k (802.11a/g/n)
atw* at pci? # ADMtek ADM8211 (802.11)
atw* at cardbus? # ADMtek ADM8211 (802.11)
bwi* at pci? # Broadcom AirForce (802.11b/g)