diff options
| author | uebayasi <uebayasi@NetBSD.org> | 2014-10-10 12:39:53 +0000 |
|---|---|---|
| committer | uebayasi <uebayasi@NetBSD.org> | 2014-10-10 12:39:53 +0000 |
| commit | 192d41b9b50847d63cffd1958d2d060c3f5cef03 (patch) | |
| tree | 6d630bd0f25baeef4c40ca43a9602180e46fb0b1 /sys/dev/ic | |
| parent | 66293a01d03ce1bccdcf50b5af2f7f8cf0052e49 (diff) | |
Move athn definitions.
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/files.athn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/dev/ic/files.athn b/sys/dev/ic/files.athn new file mode 100644 index 00000000000..ef4233b984a --- /dev/null +++ b/sys/dev/ic/files.athn @@ -0,0 +1,13 @@ +# $NetBSD: files.athn,v 1.1 2014/10/10 12:39:53 uebayasi Exp $ + +# Atheros AR9k (802.11a/g/n) driver +defflag opt_athn.h ATHN_DEBUG +device athn: arp, ether, ifnet, wlan +file dev/ic/athn.c athn +file dev/ic/arn5008.c athn +file dev/ic/arn5416.c athn +file dev/ic/arn9003.c athn +file dev/ic/arn9280.c athn +file dev/ic/arn9285.c athn +file dev/ic/arn9287.c athn +file dev/ic/arn9380.c athn |
