Module Name:    src
Committed By:   matt
Date:           Wed Sep  5 00:07:33 UTC 2012

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

Log Message:
modify USB entries (still commented out).


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/conf/IGEPV2

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/IGEPV2
diff -u src/sys/arch/evbarm/conf/IGEPV2:1.11 src/sys/arch/evbarm/conf/IGEPV2:1.12
--- src/sys/arch/evbarm/conf/IGEPV2:1.11	Tue Sep  4 00:19:20 2012
+++ src/sys/arch/evbarm/conf/IGEPV2	Wed Sep  5 00:07:33 2012
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: IGEPV2,v 1.11 2012/09/04 00:19:20 matt Exp $
+#	$NetBSD: IGEPV2,v 1.12 2012/09/05 00:07:33 matt Exp $
 #
 #	IGEPv2 -- TI OMAP 3530 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
@@ -250,13 +250,14 @@ omapwdt32k*	at obio2 addr 0x49030000 siz
 prcm*		at obio1 addr 0x48306000 size 0x2000	# PRM Module
 
 # On-board USB
-#ehci*		at obio0 addr 0x48064800 size 0x0400 intr 77
 #ohci*		at obio0 addr 0x48064400 size 0x0400 intr 76
+#ehci*		at obio0 addr 0x48064800 size 0x0400 intr 77
 #usb*		at ohci?
 #uhub*		at usb?
-##umass*		at uhub? port ? configuration ? interface ?
-##wd*		at umass?
-#axe*		at uhub? port ? configuration ? interface ?
+#umass*		at uhub? port ? configuration ? interface ?
+#scsibus*	at scsi?
+#sd*		at scsibus ? target ? lun ?
+#wd*		at umass?
 
 # Hardware clocking and power management
 

Reply via email to