aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb2/controller
Commit message (Expand)AuthorAgeFilesLines
* Move the new USB stack into its new home.Andrew Thompson2009-02-2328-26962/+0
* Use root_mount_hold and root_mount_rel to allow the USB bus to be exploredAndrew Thompson2009-02-222-0/+13
* MFp4 //depot/projects/usbAndrew Thompson2009-02-092-0/+714
* MFp4 //depot/projects/usb; 157069,157296,157375,157384,157430Andrew Thompson2009-02-0911-71/+91
* The NRL value in the queue head must be zero for interrupt transfers. This wasAndrew Thompson2009-02-081-1/+3
* Fix build, sigh.Andrew Thompson2009-02-071-1/+1
* Dont hold the lock over the controller init, we are still attaching.Andrew Thompson2009-02-073-28/+13
* Remove check for null softc in attach, it can never happen.Andrew Thompson2009-02-017-26/+0
* MFp4 //depot/projects/usb/ @156706Andrew Thompson2009-01-261-6/+10
* MFp4 //depot/projects/usb/ @156522,156530Andrew Thompson2009-01-262-0/+29
* Sync to p4 156093Andrew Thompson2009-01-132-3/+7
* MFp4: //depot/projects/usb@156055Andrew Thompson2009-01-132-2/+2
* MFp4: //depot/projects/usb@155923Andrew Thompson2009-01-131-1/+1
* MFp4: //depot/projects/usb@155906Andrew Thompson2009-01-137-26/+14
* MFp4: //depot/projects/usb@155842Andrew Thompson2009-01-132-2/+23
* MFp4: //depot/projects/usb@155839Andrew Thompson2009-01-136-175/+145
* MFp4: //depot/projects/usb@155834Andrew Thompson2009-01-1322-132/+84
* MFp4: //depot/projects/usb@155820Andrew Thompson2009-01-1315-19/+65
* MFp4: //depot/projects/usb@155759Andrew Thompson2009-01-131-4/+2
* MFp4: //depot/projects/usb@155869Andrew Thompson2009-01-133-0/+2627
* Sync with usb4bsd:Alfred Perlstein2009-01-0411-319/+830
* Reapply the intpin correction part of r146420 which somehowMarius Strobl2009-01-031-0/+7
* Remove CALLOUT_RETURNUNLOCKED from the callouts, there is no reason for them toAndrew Thompson2008-12-236-36/+9
* Name the bus mutex by the controller name, this allows each bus to beAndrew Thompson2008-12-239-1/+9
* Remove superfluous return statements from the end of void functions.Andrew Thompson2008-12-1110-317/+0
* Format and wrap function declarations.Andrew Thompson2008-12-115-27/+34
* src/sys/dev/usb2/controller/uss820dci_pccard.cAlfred Perlstein2008-11-193-268/+20
* Add missing USB_BUS_LOCK* change from r184824.Andrew Thompson2008-11-101-1/+1
* Convert the two main locking areas into macros to make it clear on what we areAndrew Thompson2008-11-1016-181/+181
* Bring in USB4BSD, Hans Petter Selasky rework of the USB stackAlfred Perlstein2008-11-0424-0/+23674