aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/uhci.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.3 to release/8.3.0 as part of the 8.3-RELEASE build process.release/8.3.0_cvsKen Smith2012-04-091-1/+1
* MFC r228483, r228640, r228709, r228711, r228723 and r229086:Hans Petter Selasky2012-01-031-27/+29
* MFC r227461:Hans Petter Selasky2011-12-031-1/+1
* MFC 217265:John Baldwin2011-04-271-1/+0
* MFC r212134Andrew Thompson2010-11-191-1/+1
* MFC r209443Andrew Thompson2010-11-191-3/+1
* MFC r201797Andrew Thompson2010-05-041-27/+0
* MFC r207077Andrew Thompson2010-04-291-17/+17
* MFC r199675Andrew Thompson2009-12-091-0/+4
* MFC r198151Andrew Thompson2009-10-291-0/+1
* USB CORE:Alfred Perlstein2009-07-301-0/+1
* - 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-77/+77
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-40/+40
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-9/+9
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-79/+79
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-3/+3
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-2/+2
* Make sure the frame list base address is re-programmed after stopping the USBAndrew Thompson2009-05-051-37/+50
* Revert part of r191494 which used the udev state to mark suspending, this needsAndrew Thompson2009-05-051-5/+3
* Track the usb device state as its powered on, addressed and configured. This ...Andrew Thompson2009-04-251-3/+3
* MFp4 //depot/projects/usb@160930Andrew Thompson2009-04-221-50/+56
* Remove usb_sw_transfer.[ch] which are now empty after r190735.Andrew Thompson2009-04-061-1/+0
* Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson2009-04-061-1/+1
* MFp4 //depot/projects/usb@159946Andrew Thompson2009-04-051-8/+0
* MFp4 //depot/projects/usb@159922Andrew Thompson2009-04-051-180/+29
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529Andrew Thompson2009-03-201-25/+45
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-2/+3
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-2/+1
* MFp4 //depot/projects/usb@157853Andrew Thompson2009-02-241-31/+8
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+3381