summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller
Commit message (Expand)AuthorAgeFilesLines
* MFC r253532:Hans Petter Selasky2013-07-261-11/+9
* MFC r253398:Konstantin Belousov2013-07-191-7/+12
* MFC r253094:Konstantin Belousov2013-07-162-6/+18
* MFC r251249, r251251, r251252, r2512, r251254 and r251515:Hans Petter Selasky2013-06-112-36/+74
* MFC r249795:Hans Petter Selasky2013-05-121-0/+25
* MFC r249725:Hans Petter Selasky2013-05-121-0/+2
* MFC r249336:Alexander Motin2013-04-181-0/+3
* MFC: r227309 (partial)Marius Strobl2013-03-0910-10/+12
* MFC r246616 and r246759:Hans Petter Selasky2013-02-211-6/+12
* MFC r246113 and r246126:Hans Petter Selasky2013-02-061-0/+6
* MFC r245132 and r245175:Hans Petter Selasky2013-01-211-10/+19
* MFC r243780:Hans Petter Selasky2013-01-212-20/+52
* MFC r242523:Hans Petter Selasky2012-11-082-6/+12
* MFC r240750, r241987 and r242126:Hans Petter Selasky2012-11-085-23/+20
* MFC r238551 and r239617:Hans Petter Selasky2012-11-084-2/+30
* MFC r238015:Alexander Motin2012-07-053-4/+25
* MFC: r236069, r236073Marius Strobl2012-06-021-0/+1
* MFC r234803 and r234961:Hans Petter Selasky2012-05-042-38/+70
* MFC r233774:Hans Petter Selasky2012-05-049-45/+27
* MFC r232448:Hans Petter Selasky2012-03-121-2/+21
* MFC r230032, r230050, r230090, r230091 and r228493.Hans Petter Selasky2012-01-181-9/+19
* MFC r229317:Hans Petter Selasky2012-01-031-0/+8
* MFC r227701, r227847 and r227849:Hans Petter Selasky2011-12-3112-12/+12
* MFC r228709, r228711 and r228723:Hans Petter Selasky2011-12-311-1/+27
* MFC r229086, r228483 and r228640:Hans Petter Selasky2011-12-3131-743/+665
* MFC r226173, r227843, r227848 and r227908:Hans Petter Selasky2011-12-3112-46/+15
* MFC r227396, r227401, r227541, r227654 and r228493:Hans Petter Selasky2011-12-312-15/+16
* MFC r227461:Hans Petter Selasky2011-12-315-11/+10
* MFC r226803:Hans Petter Selasky2011-10-292-2/+15
* Renamed PCI_INTERFACE_XHCI to PCIP_SERIALBUS_USB_XHCI and moved itRuslan Ermilov2011-05-172-2/+1
* Fix for missing EHCI datatoggle change case.Hans Petter Selasky2011-04-261-0/+2
* We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIHans Petter Selasky2011-04-123-15/+1
* - Correct EHCI interrupt disabling at detach.Hans Petter Selasky2011-04-033-3/+3
* Fix initialisation order with regard to debug prints.Hans Petter Selasky2011-03-251-2/+2
* Fix typo.Hans Petter Selasky2011-03-241-1/+1
* Comply with style(9).Hans Petter Selasky2011-03-231-4/+4
* - Bugfix: Fix a EHCI hardware race, where the hardware computed data toggleHans Petter Selasky2011-03-211-3/+25
* - Correct USB 3.0 wire-speed to 5.0GbpsHans Petter Selasky2011-02-261-1/+1
* Minor cleanup:Hans Petter Selasky2011-02-091-4/+4
* Improve the error interrupt handler. In particular, read theMarcel Moolenaar2011-02-081-9/+14
* Make USB packet filtering code optional.Hans Petter Selasky2011-01-181-2/+4
* - Add support for 64-byte contexts to XHCI driver.Hans Petter Selasky2011-01-132-46/+105
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-1122-22/+0
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byJohn Baldwin2011-01-061-1/+1
* Removes a unused function `usb_bus_find'.Weongyo Jeong2010-11-251-26/+0
* Handles the unit number correctly that the previous commit had a problemWeongyo Jeong2010-11-251-4/+4
* Removes all duplicated code with BPF that it's greatly simplified andWeongyo Jeong2010-11-241-1/+1
* Adds a USB packet filter feature to the stack that it could captureWeongyo Jeong2010-11-221-0/+32
* The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registersNathan Whitehorn2010-10-252-5/+9
* Remove unused EHCI register definition.Hans Petter Selasky2010-10-142-3/+1