summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/usb_controller.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* MFC r213425Andrew Thompson2010-11-271-8/+14
* MFC r213379, r213426, r213426, r213427, r213432, r213435, r213437, r213439,Andrew Thompson2010-11-271-0/+10
* MFC r208013Andrew Thompson2010-05-171-1/+4
* MFC r205005Andrew Thompson2010-04-061-0/+6
* MFC r199816Andrew Thompson2009-12-091-3/+3
* MFC r197553Andrew Thompson2009-10-291-4/+2
* MFC r196488Andrew Thompson2009-10-291-73/+29
* MFC 196403: Temporarily revert the new-bus locking for 8.0 release.John Baldwin2009-08-201-9/+21
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-21/+9
* USB controller:Alfred Perlstein2009-07-301-2/+9
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-3/+22
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-99/+99
* Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson2009-05-301-3/+3
* Fix function arguments were previously they matched the typedef by accident.Andrew Thompson2009-05-291-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-4/+4
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-27/+27
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* Use enums for speed and rev data types.Andrew Thompson2009-05-211-1/+1
* MFp4 //depot/projects/usb@160706Andrew Thompson2009-04-221-0/+8
* Revert r190676,190677Andrew Thompson2009-04-101-1/+1
* Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson2009-04-061-1/+1
* MFp4 //depot/projects/usb@159922Andrew Thompson2009-04-051-50/+1
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-1/+14
* MFp4 //depot/projects/usb@159866Andrew Thompson2009-04-051-2/+2
* MFp4 //depot/projects/usb@159700Andrew Thompson2009-04-051-6/+3
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledAndrew Thompson2009-04-031-1/+1
* MFp4 //depot/projects/usb@159392Andrew Thompson2009-03-201-11/+15
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-1/+0
* Fix a possible NULL pointer access at controller attach.Andrew Thompson2009-03-111-1/+2
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+620