Module Name:    src
Committed By:   skrll
Date:           Sun Oct  4 10:16:39 UTC 2015

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

Log Message:
Fix commented out USB HC debug options.  RPI doesn't have [eo]hci.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/evbarm/conf/RPI

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/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.64 src/sys/arch/evbarm/conf/RPI:1.65
--- src/sys/arch/evbarm/conf/RPI:1.64	Tue Aug 18 15:54:20 2015
+++ src/sys/arch/evbarm/conf/RPI	Sun Oct  4 10:16:39 2015
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: RPI,v 1.64 2015/08/18 15:54:20 phx Exp $
+#	$NetBSD: RPI,v 1.65 2015/10/04 10:16:39 skrll Exp $
 #
 #	RPi -- Raspberry Pi
 #
@@ -26,8 +26,7 @@ options 	PLCONSOLE
 
 ## USB Debugging options
 options USB_DEBUG
-#options EHCI_DEBUG
-#options OHCI_DEBUG
+#options DWC2_DEBUG
 #options UHUB_DEBUG
 
 

Reply via email to