Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Move athn definitions.
details: https://anonhg.NetBSD.org/src/rev/5837352606fd
branches: trunk
changeset: 332839:5837352606fd
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Fri Oct 10 12:39:53 2014 +0000
description:
Move athn definitions.
diffstat:
sys/conf/files | 17 +++++------------
sys/dev/ic/files.athn | 13 +++++++++++++
2 files changed, 18 insertions(+), 12 deletions(-)
diffs (45 lines):
diff -r 6b227d25f381 -r 5837352606fd sys/conf/files
--- a/sys/conf/files Fri Oct 10 12:29:28 2014 +0000
+++ b/sys/conf/files Fri Oct 10 12:39:53 2014 +0000
@@ -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/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 -r 6b227d25f381 -r 5837352606fd sys/dev/ic/files.athn
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/dev/ic/files.athn Fri Oct 10 12:39:53 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index