freebsd-dev/sys/boot/usb
Hans Petter Selasky 6950c75f40 - Move scratch data from the USB bus structure to the USB device structure
so that simultaneous access cannot happen. Protect scratch area using
the enumeration lock. Also reduce stack usage in usbd_transfer_setup()
by moving some big stack members to the scratch area. This saves around
200 bytes of stack.
- Fix a whitespace.

MFC after:	1 week
2013-02-10 10:56:13 +00:00
..
tools
bsd_busspace.c
bsd_global.h - Move scratch data from the USB bus structure to the USB device structure 2013-02-10 10:56:13 +00:00
bsd_kernel.c Add defines to more easily allow a single threaded version of the FreeBSD 2013-02-05 14:44:25 +00:00
bsd_kernel.h Add defines to more easily allow a single threaded version of the FreeBSD 2013-02-05 14:44:25 +00:00
bsd_usbloader_test.c
Makefile
Makefile.test Correctly list the usbloader dependencies. 2013-02-08 23:13:46 +00:00
usb_busdma_loader.c