Module Name:    src
Committed By:   kiyohara
Date:           Mon Mar 15 13:18:59 UTC 2010

Modified Files:
        src/sys/arch/evbarm/conf: GUMSTIX

Log Message:
More SYMTAB_SPACE.
Enable wsmux for udl.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/evbarm/conf/GUMSTIX

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/GUMSTIX
diff -u src/sys/arch/evbarm/conf/GUMSTIX:1.45 src/sys/arch/evbarm/conf/GUMSTIX:1.46
--- src/sys/arch/evbarm/conf/GUMSTIX:1.45	Sun Mar  7 09:18:51 2010
+++ src/sys/arch/evbarm/conf/GUMSTIX	Mon Mar 15 13:18:59 2010
@@ -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

Reply via email to