summaryrefslogtreecommitdiffstats
path: root/sys/boot/usb
Commit message (Collapse)AuthorAgeFilesLines
* - Move scratch data from the USB bus structure to the USB device structurehselasky2013-02-101-1/+1
| | | | | | | | | | 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
* Correctly list the usbloader dependencies.hselasky2013-02-081-2/+2
|
* Add defines to more easily allow a single threaded version of the FreeBSDhselasky2013-02-053-44/+8
| | | | USB stack. This is useful for non-kernel purposes, like the loader.
* Fix depend target.hselasky2013-02-051-4/+4
|
* Initial version of libusbboot, a fully stand-alone, single threaded andhselasky2013-01-3110-0/+3295
functional compilation of the FreeBSD USB stack for use with boot loaders and such. Discussed with: Hiroki Sato, hrs @ EuroBSDCon
OpenPOWER on IntegriCloud