Module Name:    src
Committed By:   matt
Date:           Wed Dec 26 18:28:09 UTC 2012

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

Log Message:
Bump SYMTAB_SPACE


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbarm/conf/TISDP2430

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/TISDP2430
diff -u src/sys/arch/evbarm/conf/TISDP2430:1.22 src/sys/arch/evbarm/conf/TISDP2430:1.23
--- src/sys/arch/evbarm/conf/TISDP2430:1.22	Wed Oct 17 14:48:11 2012
+++ src/sys/arch/evbarm/conf/TISDP2430	Wed Dec 26 18:28:09 2012
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: TISDP2430,v 1.22 2012/10/17 14:48:11 apb Exp $
+#	$NetBSD: TISDP2430,v 1.23 2012/12/26 18:28:09 matt Exp $
 #
 #	TISDP2430 -- TI OMAP 2430 Eval Board Kernel
 #
@@ -139,7 +139,7 @@ options		DDB_ONPANIC=1
 options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
 #options 	KGDB
 makeoptions	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=500000
+options 	SYMTAB_SPACE=520000
 
 ## USB Debugging options
 options USB_DEBUG
@@ -228,11 +228,11 @@ omapwdt32k*	at obio? addr 0x48026000 siz
 sm0		at gpmc? addr 0x08000300 intr 245
 
 # On-board USB
-##ohci*		at obio? addr 0x4805e000 size 0x1000 intr 75
-##usb*		at ohci?
-##uhub*		at usb?
-##umass*		at uhub? port ? configuration ? interface ?
-##wd*		at umass?
+ohci*		at obio? addr 0x4805e000 size 0x1000 intr 75
+usb*		at ohci?
+uhub*		at usb?
+umass*		at uhub? port ? configuration ? interface ?
+wd*		at umass?
 
 # Hardware clocking and power management
 

Reply via email to