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 Recent changes to the at91 code enable ...



details:   https://anonhg.NetBSD.org/src/rev/9e8a2790fb9a
branches:  trunk
changeset: 771423:9e8a2790fb9a
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sun Nov 20 04:18:57 2011 +0000

description:
Recent changes to the at91 code enable this kernel config to build after
the hypothetical ds1672rtc(4) is commented out and symtab space is bumped.
Fixes PR#43834.

diffstat:

 sys/arch/evbarm/conf/MPCSA_GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r a3c90da42ad8 -r 9e8a2790fb9a sys/arch/evbarm/conf/MPCSA_GENERIC
--- a/sys/arch/evbarm/conf/MPCSA_GENERIC        Sun Nov 20 04:07:50 2011 +0000
+++ b/sys/arch/evbarm/conf/MPCSA_GENERIC        Sun Nov 20 04:18:57 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MPCSA_GENERIC,v 1.22 2011/07/23 21:12:57 jakllsch Exp $
+# $NetBSD: MPCSA_GENERIC,v 1.23 2011/11/20 04:18:57 jakllsch Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.22 $"
+#ident                 "GENERIC-$Revision: 1.23 $"
 
 maxusers       32              # estimated number of users
 
@@ -93,7 +93,7 @@
 #options       KGDB            # remote debugger
 #options       KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
 makeoptions    DEBUG="-Os -g"  # compile full symbol table
-options     SYMTAB_SPACE=450000
+options     SYMTAB_SPACE="(1024 * 606)"
 #options       SYSCALL_STATS   # per syscall counts
 #options       SYSCALL_TIMES   # per syscall times
 #options       SYSCALL_TIMES_HASCOUNTER        # use 'broken' rdtsc (soekris)
@@ -311,7 +311,7 @@
 # On-chip I2C
 at91twi0       at at91bus0 addr 0xfffb8000 size 0x4000 pid 12
 iic0           at at91twi?
-ds1672rtc*     at iic0 addr 0x68
+#ds1672rtc*    at iic0 addr 0x68
 seeprom*       at iic0 addr 0x50 size 4096
 
 # Console Devices



Home | Main Index | Thread Index | Old Index