Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Add awge



details:   https://anonhg.NetBSD.org/src/rev/f4b44648f4e8
branches:  trunk
changeset: 327029:f4b44648f4e8
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Feb 26 00:32:21 2014 +0000

description:
Add awge
bump symtab space.

diffstat:

 sys/arch/evbarm/conf/CUBIEBOARD |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r c8bc6503d6b1 -r f4b44648f4e8 sys/arch/evbarm/conf/CUBIEBOARD
--- a/sys/arch/evbarm/conf/CUBIEBOARD   Wed Feb 26 00:30:56 2014 +0000
+++ b/sys/arch/evbarm/conf/CUBIEBOARD   Wed Feb 26 00:32:21 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: CUBIEBOARD,v 1.9 2014/02/25 00:09:00 jmcneill Exp $
+#      $NetBSD: CUBIEBOARD,v 1.10 2014/02/26 00:32:21 matt Exp $
 #
 #      CUBIEBOARD -- Allwinner A10/A20 Eval Board Kernel
 #
@@ -139,7 +139,7 @@
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 #options       KGDB
 makeoptions    DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=800000
+options        SYMTAB_SPACE=820000
 
 ## USB Debugging options
 options USB_DEBUG
@@ -263,8 +263,10 @@
 atabus*                at ata?
 wd*            at atabus? drive ?
 
+# 10/100 Ethernet (A10/A20)
+awe0           at awinio0 port ?
 # 10/100/1000 Ethernet (A10/A20)
-awe0           at awinio0 port ?
+awge0          at awinio0 port ?
 
 include "dev/usb/usbdevices.config"
 



Home | Main Index | Thread Index | Old Index