diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2009-11-14 16:55:12 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2009-11-14 16:55:12 +0000 |
commit | 07f1b17cbe2d5d588c48d41b1c9e7f38d757329f (patch) | |
tree | 5ea86d4058aa63b25ddea485dfbd960941df0d05 /sys/conf | |
parent | 243dc61326c89d883d7414f28251ebfa80ca99b8 (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/conf')
-rw-r--r-- | sys/conf/files | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index b33ce9b7075..b070e14812b 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.481 2009/11/09 03:16:07 deraadt Exp $ +# $OpenBSD: files,v 1.482 2009/11/14 16:55:11 damien Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -371,6 +371,14 @@ file dev/ic/ar5212.c ar5xxx device ath: ether, ifnet, ifmedia, ar5xxx, wlan, gpiobus file dev/ic/ath.c ath +# Atheros AR9k (802.11a/g/n) driver +device athn: ether, ifnet, ifmedia, wlan +file dev/ic/athn.c athn +file dev/ic/ar5416.c athn +file dev/ic/ar9280.c athn +file dev/ic/ar9285.c athn +file dev/ic/ar9287.c athn + # ADMtek ADM8211 802.11 device atw: ether, ifnet, ifmedia, smc93cx6, wlan file dev/ic/atw.c atw |