Module Name: src Committed By: skrll Date: Wed Oct 21 07:36:31 UTC 2015
Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c usbdivar.h Log Message: Cache the usbd_bus pointer in the usbd_xfer struct for memory allocation and softc access. This removes a level of indirection for memory allocation. Also cache the xfer pipe methods for later (temporary?) use. To generate a diff of this commit: cvs rdiff -u -r1.162.2.32 -r1.162.2.33 src/sys/dev/usb/usbdi.c cvs rdiff -u -r1.109.2.19 -r1.109.2.20 src/sys/dev/usb/usbdivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.