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 | |
| parent | 66293a01d03ce1bccdcf50b5af2f7f8cf0052e49 (diff) | |
Move athn definitions.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/files | 17 | ||||
| -rw-r--r-- | sys/dev/ic/files.athn | 13 |
2 files changed, 18 insertions, 12 deletions
diff --git a/sys/conf/files b/sys/conf/files index f22507b5e4c..4cb9d564ad8 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $NetBSD: files,v 1.1114 2014/10/10 12:29:28 uebayasi Exp $ +# $NetBSD: files,v 1.1115 2014/10/10 12:39:53 uebayasi Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 version 20141010 @@ -1823,14 +1823,7 @@ include "dev/nor/files.nor" # include "dev/iscsi/files.iscsi" -# 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 +# +# athn +# +include "dev/ic/files.athn" 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 |
