Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/sys/conf Pull up sys/conf/files revision 1.1103, which sh...



details:   https://anonhg.NetBSD.org/src/rev/df5e82968d24
branches:  netbsd-7
changeset: 798522:df5e82968d24
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Nov 09 20:59:34 2014 +0000

description:
Pull up sys/conf/files revision 1.1103, which should have been
requested along with ticket 189.
Config glue for the Designware GMAC core.  Fixes evbarm build.

diffstat:

 sys/conf/files |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 37a548a663f1 -r df5e82968d24 sys/conf/files
--- a/sys/conf/files    Sun Nov 09 19:26:47 2014 +0000
+++ b/sys/conf/files    Sun Nov 09 20:59:34 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1096.2.1 2014/08/29 11:42:15 martin Exp $
+#      $NetBSD: files,v 1.1096.2.2 2014/11/09 20:59:34 snj Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20100430
@@ -703,6 +703,11 @@
 device gem: arp, ether, ifnet, mii
 file   dev/ic/gem.c                    gem
 
+# Synopsis Designware GMAC core, as found on allwinner a20
+# and other SoCs
+device awge: arp, ether, ifnet, mii
+file   dev/ic/dwc_gmac.c               awge
+
 # 8390-family Ethernet controllers
 #
 defflag        opt_ipkdb.h             IPKDB_DP8390



Home | Main Index | Thread Index | Old Index