diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2004-11-02 02:45:38 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2004-11-02 02:45:38 +0000 |
commit | 811904472e873a7a84e99ef1b66849f83cbc0f3b (patch) | |
tree | 50d923cc6bbf781da3ce1af2c78315475c7664b0 /sys/conf | |
parent | 06d69193670ef9fccdcd8dde376ba739567cded6 (diff) |
imported Sam Leffler's ath driver for atheros multimode wireless nics
from NetBSD and FreeBSD.
ok deraadt@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index bdcce585abb..6202a5bc5b2 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.317 2004/10/08 13:04:35 grange Exp $ +# $OpenBSD: files,v 1.318 2004/11/02 02:45:36 reyk Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -318,6 +318,17 @@ file dev/ic/trm.c trm device lm file dev/ic/nslm7x.c lm +# Atheros AR5k (802.11/a/b/g) Hardware Abstraction Layer +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 + +# Atheros AR5k (802.11/a/b/g) driver +device ath: ether, ifnet, ifmedia, ar5xxx, wlan +file dev/ic/ath.c ath + # ADMtek ADM8211 802.11 device atw: ether, ifnet, ifmedia, smc93cx6, wlan file dev/ic/atw.c atw @@ -710,6 +721,7 @@ file net80211/ieee80211_node.c wlan file net80211/ieee80211_output.c wlan file net80211/ieee80211_proto.c wlan file net80211/ieee80211_rssadapt.c wlan +file net80211/ieee80211_regdomain.c wlan file netccitt/ccitt_proto.c ccitt file netccitt/hd_debug.c hdlc file netccitt/hd_input.c hdlc |