Module Name:    src
Committed By:   kiyohara
Date:           Thu Aug  4 06:50:28 UTC 2016

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

Log Message:
Add disabled MOTG_DEBUG and remove ?HCI_DEBUG.  Also disable USB_DEBUG.


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

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/VTC100
diff -u src/sys/arch/evbarm/conf/VTC100:1.4 src/sys/arch/evbarm/conf/VTC100:1.5
--- src/sys/arch/evbarm/conf/VTC100:1.4	Thu Jul 21 09:10:55 2016
+++ src/sys/arch/evbarm/conf/VTC100	Thu Aug  4 06:50:27 2016
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: VTC100,v 1.4 2016/07/21 09:10:55 kiyohara Exp $
+#	$NetBSD: VTC100,v 1.5 2016/08/04 06:50:27 kiyohara Exp $
 #
 #	BEAGLEBONE -- TI AM335x board Kernel
 #
@@ -145,10 +145,8 @@ makeoptions	DEBUG="-g"	# compile full sy
 makeoptions	COPY_SYMTAB=1
 
 ## USB Debugging options
-options USB_DEBUG
-options EHCI_DEBUG
-options OHCI_DEBUG
-options UHUB_DEBUG
+#options 	USB_DEBUG
+#options 	MOTG_DEBUG
 
 
 # Valid options for BOOT_ARGS:

Reply via email to