Module Name: src Committed By: matt Date: Thu Jun 9 19:08:33 UTC 2011
Modified Files: src/sys/dev/usb: ehci.c files.usb ohci.c uhci.c uhub.c usb.c usb_mem.c usb_subr.c usbdi.c Log Message: Move EHCI_DEBUG, OHCI_DEBUG, UHCI_DEBUG, USB_DEBUG, UHUB_DEBUG to opt_usb.h (ya dependencies). Cleanup usb_mem.c a little more and add block tracking code. Help find corruption problems. Comment out the SPEED check for ETTF. XXX why doesn't that work right? To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 src/sys/dev/usb/ehci.c cvs rdiff -u -r1.105 -r1.106 src/sys/dev/usb/files.usb cvs rdiff -u -r1.215 -r1.216 src/sys/dev/usb/ohci.c cvs rdiff -u -r1.238 -r1.239 src/sys/dev/usb/uhci.c cvs rdiff -u -r1.113 -r1.114 src/sys/dev/usb/uhub.c cvs rdiff -u -r1.124 -r1.125 src/sys/dev/usb/usb.c cvs rdiff -u -r1.47 -r1.48 src/sys/dev/usb/usb_mem.c cvs rdiff -u -r1.179 -r1.180 src/sys/dev/usb/usb_subr.c cvs rdiff -u -r1.131 -r1.132 src/sys/dev/usb/usbdi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.