Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf set debug options
details: https://anonhg.NetBSD.org/src/rev/df8011633147
branches: trunk
changeset: 335049:df8011633147
user: macallan <macallan%NetBSD.org@localhost>
date: Tue Dec 23 15:06:01 2014 +0000
description:
set debug options
uncomment USB ( not functional yet but some hardware setup is done )
diffstat:
sys/arch/evbmips/conf/CI20 | 22 +++++++++++++---------
1 files changed, 13 insertions(+), 9 deletions(-)
diffs (50 lines):
diff -r 5a86438b38ad -r df8011633147 sys/arch/evbmips/conf/CI20
--- a/sys/arch/evbmips/conf/CI20 Tue Dec 23 15:05:09 2014 +0000
+++ b/sys/arch/evbmips/conf/CI20 Tue Dec 23 15:06:01 2014 +0000
@@ -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 @@
#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 @@
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 @@
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?
Home |
Main Index |
Thread Index |
Old Index