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 Disable USB_DEBUG by default



details:   https://anonhg.NetBSD.org/src/rev/be4534090466
branches:  trunk
changeset: 827611:be4534090466
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Nov 05 09:05:20 2017 +0000

description:
Disable USB_DEBUG by default

diffstat:

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

diffs (19 lines):

diff -r a1251544ff92 -r be4534090466 sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Sun Nov 05 07:49:45 2017 +0000
+++ b/sys/arch/evbarm/conf/RPI  Sun Nov 05 09:05:20 2017 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: RPI,v 1.76 2017/08/11 00:00:25 jmcneill Exp $
+#      $NetBSD: RPI,v 1.77 2017/11/05 09:05:20 skrll Exp $
 #
 #      RPi -- Raspberry Pi
 #
@@ -25,7 +25,7 @@
 #options       PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=115200,PLCONMODE=0xB00
 
 ## USB Debugging options
-options USB_DEBUG
+#options USB_DEBUG
 #options DWC2_DEBUG
 #options UHUB_DEBUG
 



Home | Main Index | Thread Index | Old Index