PERFORCE change 159024 for review
Hans Petter Selasky
hselasky at FreeBSD.org
Tue Mar 10 14:08:17 PDT 2009
http://perforce.freebsd.org/chv.cgi?CH=159024
Change 159024 by hselasky at hselasky_laptop001 on 2009/03/10 21:07:14
USB controller: Turn off debugging by default.
Affected files ...
.. //depot/projects/usb/src/sys/dev/usb/controller/atmegadci.c#4 edit
Differences ...
==== //depot/projects/usb/src/sys/dev/usb/controller/atmegadci.c#4 (text+ko) ====
@@ -66,7 +66,7 @@
ATMEGA_BUS2SC((pc)->tag_parent->info->bus)
#if USB_DEBUG
-static int atmegadci_debug = 6;
+static int atmegadci_debug = 0;
SYSCTL_NODE(_hw_usb2, OID_AUTO, atmegadci, CTLFLAG_RW, 0, "USB ATMEGA DCI");
SYSCTL_INT(_hw_usb2_atmegadci, OID_AUTO, debug, CTLFLAG_RW,
More information about the p4-projects
mailing list