Module Name:    src
Committed By:   macallan
Date:           Tue Dec 23 15:06:01 UTC 2014

Modified Files:
        src/sys/arch/evbmips/conf: CI20

Log Message:
set debug options
uncomment USB ( not functional yet but some hardware setup is done )


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbmips/conf/CI20

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/evbmips/conf/CI20
diff -u src/sys/arch/evbmips/conf/CI20:1.4 src/sys/arch/evbmips/conf/CI20:1.5
--- src/sys/arch/evbmips/conf/CI20:1.4	Sat Dec  6 14:31:27 2014
+++ src/sys/arch/evbmips/conf/CI20	Tue Dec 23 15:06:01 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: CI20,v 1.4 2014/12/06 14:31:27 macallan Exp $
+#	$NetBSD: CI20,v 1.5 2014/12/23 15:06:01 macallan Exp $
 #
 # MIPS Creator CI20
 #
@@ -7,7 +7,7 @@ include 	"arch/evbmips/conf/std.ingenic"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"CI20-$Revision: 1.4 $"
+#ident 		"CI20-$Revision: 1.5 $"
 
 maxusers	32
 
@@ -52,6 +52,9 @@ options 	DDB_HISTORY_SIZE=100 # enable h
 makeoptions 	DEBUG="-g"	# compile full symbol table
 makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
 
+options 	INGENIC_DEBUG
+options 	INGENIC_CLOCK_DEBUG
+
 # Compatibility options
 #options 	COMPAT_43	# compatibility with 4.3BSD binaries
 #options 	COMPAT_09	# NetBSD 0.9,
@@ -136,13 +139,14 @@ com*		at mainbus?
 apbus0		at mainbus?
 
 # On-board USB
-#dwctwo* 	at apbus? addr 0x13500000
-#usb* 		at dwctwo?
-#uhub*		at usb?
-#uhub*		at uhub? port ?
-#umass*		at uhub? port ? configuration ? interface ?
-#scsibus*	at umass? channel ?
-#sd*		at scsibus? target ? lun ?
+dwctwo* 	at apbus? addr 0x13500000
+options 	DWC2_DEBUG
+usb* 		at dwctwo?
+uhub*		at usb?
+uhub*		at uhub? port ?
+umass*		at uhub? port ? configuration ? interface ?
+scsibus*	at umass? channel ?
+sd*		at scsibus? target ? lun ?
 #jzgpio* 	at apbus? addr ?
 #gpio*		at jzgpio?
 

Reply via email to