summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r285914, r289029 and r289560:hselasky2015-11-031-64/+60
* MFC r279544:hselasky2015-03-051-4/+10
* MFC r279233:hselasky2015-02-271-0/+7
* MFC r278477:hselasky2015-02-131-2/+2
* MFC r278071:hselasky2015-02-101-1/+11
* MFC r266969 and r276717:hselasky2015-02-051-41/+51
* MFC r276321, r276404, r276407 and r276799:hselasky2015-01-111-4/+9
* MFC r272349, r272422 and r272479:hselasky2014-10-061-7/+14
* MFC r271953:hselasky2014-09-251-1/+8
* MFC r269139:hselasky2014-08-021-18/+18
* MFC r266541:hselasky2014-05-251-11/+5
* MFC r265015:hselasky2014-04-291-1/+5
* MFC r264294:hselasky2014-04-111-2/+14
* MFC r261872:hselasky2014-02-231-1/+2
* MFC r258545:hselasky2014-01-241-1/+5
* MFC r260388, r260535 and r260536:hselasky2014-01-241-10/+12
* MFC r260184:hselasky2014-01-111-2/+2
* MFC r259248 and r259462:hselasky2013-12-191-2/+13
* MFC r259023 and r259095:hselasky2013-12-191-18/+79
* MFC r256750:hselasky2013-10-251-0/+19
* Stability fixes for Intel LynxPoint XHCI controllers. Disable XHCI porthselasky2013-09-211-14/+32
* Revert parts of r245132 and r245175. We don't need to write to thehselasky2013-09-071-10/+0
* Disable USB 3.0 streams mode by default, hence not all XHCI chipsetshselasky2013-09-071-2/+9
* Fix an XHCI regression:hselasky2013-07-211-11/+9
* Fix some recent regression issues:hselasky2013-06-071-47/+55
* Add support for polling the XHCI interrupt handler whenhselasky2013-06-071-0/+14
* Correct the TD size computation. npkt should reflect the number of packetshselasky2013-06-021-2/+6
* Correct TRB type for multi TRB transfers of non-NORMAL type, like isochronous.hselasky2013-06-021-6/+14
* Block event interrupts when we don't need it as soon as possible.hselasky2013-06-021-9/+24
* Don't set the start ISOC ASAP bit for non-isochronous TRBs.hselasky2013-06-021-5/+8
* Correct some XHCI streams mode transfer handling found by code inspection.hselasky2013-06-021-18/+36
* Add descriptive comment.hselasky2013-04-231-0/+6
* Fix spelling.hselasky2013-03-201-1/+2
* Add defines to more easily allow a single threaded version of the FreeBSDhselasky2013-02-051-9/+2
* Do not unnecessarily split a string literal, becausehselasky2013-01-301-2/+2
* Modify the FreeBSD USB kernel code so that it can be compiled directlyhselasky2013-01-301-3/+6
* Add missing NULL pointer check.hselasky2013-01-301-0/+6
* Shave off another register write to save some morehselasky2013-01-081-12/+17
* Optimise the XHCI interrupt handling.hselasky2013-01-071-2/+6
* - Add support for Etron EJ168 USB 3.0 Host Controllers.hselasky2012-12-011-19/+51
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.hselasky2012-10-261-4/+3
* Inherit USB mode from RootHUB port where the USB device is connected.hselasky2012-10-011-4/+0
* Add tunable for XHCI port routing.hselasky2012-08-231-2/+15
* Add support for the so-called streams feature of BULK endpointshselasky2012-08-121-29/+94
* Add support for Multi-TT mode of modern USB HUBs.hselasky2012-04-291-13/+36
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-4/+3
* Bugfix: Make sure the XHCI driver doesn't clearhselasky2012-01-131-1/+1
* Correct use of USB 3.0 POWER bit in the port status register,hselasky2012-01-131-2/+7
* - Try to fix support for USB 3.0 HUBs.hselasky2012-01-121-8/+13
* Add missing change to XHCI driver similar to changes in r228483.hselasky2011-12-311-16/+20
OpenPOWER on IntegriCloud