Module Name:    src
Committed By:   skrll
Date:           Sat Jan 19 14:08:31 UTC 2013

Modified Files:
        src/sys/dev/usb: dwc_otgvar.h

Log Message:
oops, disable the counters by default


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/usb/dwc_otgvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/dwc_otgvar.h
diff -u src/sys/dev/usb/dwc_otgvar.h:1.6 src/sys/dev/usb/dwc_otgvar.h:1.7
--- src/sys/dev/usb/dwc_otgvar.h:1.6	Sat Jan 19 14:07:37 2013
+++ src/sys/dev/usb/dwc_otgvar.h	Sat Jan 19 14:08:30 2013
@@ -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

Reply via email to