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 More SYMTAB_SPACE.



details:   https://anonhg.NetBSD.org/src/rev/76025f975121
branches:  trunk
changeset: 753039:76025f975121
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Mon Mar 15 13:18:59 2010 +0000

description:
More SYMTAB_SPACE.
Enable wsmux for udl.

diffstat:

 sys/arch/evbarm/conf/GUMSTIX |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r bdcff55308ba -r 76025f975121 sys/arch/evbarm/conf/GUMSTIX
--- a/sys/arch/evbarm/conf/GUMSTIX      Mon Mar 15 13:16:56 2010 +0000
+++ b/sys/arch/evbarm/conf/GUMSTIX      Mon Mar 15 13:18:59 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GUMSTIX,v 1.45 2010/03/07 09:18:51 kiyohara Exp $
+#      $NetBSD: GUMSTIX,v 1.46 2010/03/15 13:18:59 kiyohara Exp $
 #
 #      GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
 #
@@ -162,7 +162,7 @@
 #options       KGDB
 #options       DEBUG_KGDB
 makeoptions    DEBUG="-g -O2"  # compile full symbol table
-options        SYMTAB_SPACE=450000
+options        SYMTAB_SPACE=500000
 #options       AUDIO_DEBUG=2
 
 config         netbsd          root on ? type ?
@@ -409,7 +409,7 @@
 pseudo-device  nsmb                    # experimental - SMB requester
 
 # wscons pseudo-devices
-#pseudo-device wsmux                   # mouse & keyboard multiplexor
+pseudo-device  wsmux                   # mouse & keyboard multiplexor
 #pseudo-device wsfont
 
 # data mover pseudo-devices



Home | Main Index | Thread Index | Old Index