diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-02-19 16:58:01 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-02-19 16:58:01 +0000 |
commit | 79d253d46500bf298ef1a67ec6ec60bf9028a84a (patch) | |
tree | 0f2b8e73c0e0538e13bb45ec9104e250cfa85745 /sys/conf | |
parent | 784b538a7226fe4cab9ecd43eaea792d1e57ed11 (diff) |
add support for the atheros ar5212 wireless chipsets. it is not
finished yet and still misses some channel initialization and
calibration bits.
(if you want to hand in your dmesg output, please build a kernel with
an uncommented COUNTRYCODE in line 109 of dev/ic/ar5xxx.c to get the
value stored in your card's eeprom.)
ok henning@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 7d73c964650..e80bdd4da1c 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.327 2005/02/15 20:51:16 damien Exp $ +# $OpenBSD: files,v 1.328 2005/02/19 16:58:00 reyk Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -331,7 +331,7 @@ define ar5xxx file dev/ic/ar5xxx.c ar5xxx file dev/ic/ar5210.c ar5xxx #file dev/ic/ar5211.c ar5xxx -#file dev/ic/ar5212.c ar5xxx +file dev/ic/ar5212.c ar5xxx # Atheros AR5k (802.11/a/b/g) driver device ath: ether, ifnet, ifmedia, ar5xxx, wlan, gpiobus |