Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Fix commented out USB HC debug options....



details:   https://anonhg.NetBSD.org/src/rev/b274b9655a8a
branches:  trunk
changeset: 340833:b274b9655a8a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Oct 04 10:16:39 2015 +0000

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

diffstat:

 sys/arch/evbarm/conf/RPI |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 198e433b6cad -r b274b9655a8a sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Sun Oct 04 08:20:24 2015 +0000
+++ b/sys/arch/evbarm/conf/RPI  Sun Oct 04 10:16:39 2015 +0000
@@ -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 @@
 
 ## USB Debugging options
 options USB_DEBUG
-#options EHCI_DEBUG
-#options OHCI_DEBUG
+#options DWC2_DEBUG
 #options UHUB_DEBUG
 
 



Home | Main Index | Thread Index | Old Index