Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb oops, disable the counters by default



details:   https://anonhg.NetBSD.org/src/rev/3bb84fc1cd4e
branches:  trunk
changeset: 784134:3bb84fc1cd4e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jan 19 14:08:30 2013 +0000

description:
oops, disable the counters by default

diffstat:

 sys/dev/usb/dwc_otgvar.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 81255d5f03cf -r 3bb84fc1cd4e sys/dev/usb/dwc_otgvar.h
--- a/sys/dev/usb/dwc_otgvar.h  Sat Jan 19 14:07:37 2013 +0000
+++ b/sys/dev/usb/dwc_otgvar.h  Sat Jan 19 14:08:30 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dwc_otgvar.h,v 1.6 2013/01/19 14:07:37 skrll Exp $ */
+/*     $NetBSD: dwc_otgvar.h,v 1.7 2013/01/19 14:08:30 skrll Exp $ */
 
 /* $FreeBSD: src/sys/dev/usb/controller/dwc_otg.h,v 1.12 2012/09/27 15:23:38 hselasky Exp $ */
 /*-
@@ -40,7 +40,6 @@
 #define        DWC_OTG_MAX_ENDPOINTS 16
 #define        DWC_OTG_HOST_TIMER_RATE 10 /* ms */
 
-#define DOTG_COUNTERS
 #ifdef DOTG_COUNTERS
 /*
  * curmode (bit 0)is a mode indication bit 0 = device, 1 = host



Home | Main Index | Thread Index | Old Index