| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r295928: | hselasky | 2016-03-07 | 1 | -0/+13 |
* | MFC r285914, r289029 and r289560: | hselasky | 2015-11-03 | 1 | -64/+60 |
* | MFC r279544: | hselasky | 2015-03-05 | 1 | -4/+10 |
* | MFC r279233: | hselasky | 2015-02-27 | 1 | -0/+7 |
* | MFC r278477: | hselasky | 2015-02-13 | 1 | -2/+2 |
* | MFC r278071: | hselasky | 2015-02-10 | 1 | -1/+11 |
* | MFC r266969 and r276717: | hselasky | 2015-02-05 | 1 | -41/+51 |
* | MFC r276321, r276404, r276407 and r276799: | hselasky | 2015-01-11 | 1 | -4/+9 |
* | MFC r272349, r272422 and r272479: | hselasky | 2014-10-06 | 1 | -7/+14 |
* | MFC r271953: | hselasky | 2014-09-25 | 1 | -1/+8 |
* | MFC r269139: | hselasky | 2014-08-02 | 1 | -18/+18 |
* | MFC r266541: | hselasky | 2014-05-25 | 1 | -11/+5 |
* | MFC r265015: | hselasky | 2014-04-29 | 1 | -1/+5 |
* | MFC r264294: | hselasky | 2014-04-11 | 1 | -2/+14 |
* | MFC r261872: | hselasky | 2014-02-23 | 1 | -1/+2 |
* | MFC r258545: | hselasky | 2014-01-24 | 1 | -1/+5 |
* | MFC r260388, r260535 and r260536: | hselasky | 2014-01-24 | 1 | -10/+12 |
* | MFC r260184: | hselasky | 2014-01-11 | 1 | -2/+2 |
* | MFC r259248 and r259462: | hselasky | 2013-12-19 | 1 | -2/+13 |
* | MFC r259023 and r259095: | hselasky | 2013-12-19 | 1 | -18/+79 |
* | MFC r256750: | hselasky | 2013-10-25 | 1 | -0/+19 |
* | Stability fixes for Intel LynxPoint XHCI controllers. Disable XHCI port | hselasky | 2013-09-21 | 1 | -14/+32 |
* | Revert parts of r245132 and r245175. We don't need to write to the | hselasky | 2013-09-07 | 1 | -10/+0 |
* | Disable USB 3.0 streams mode by default, hence not all XHCI chipsets | hselasky | 2013-09-07 | 1 | -2/+9 |
* | Fix an XHCI regression: | hselasky | 2013-07-21 | 1 | -11/+9 |
* | Fix some recent regression issues: | hselasky | 2013-06-07 | 1 | -47/+55 |
* | Add support for polling the XHCI interrupt handler when | hselasky | 2013-06-07 | 1 | -0/+14 |
* | Correct the TD size computation. npkt should reflect the number of packets | hselasky | 2013-06-02 | 1 | -2/+6 |
* | Correct TRB type for multi TRB transfers of non-NORMAL type, like isochronous. | hselasky | 2013-06-02 | 1 | -6/+14 |
* | Block event interrupts when we don't need it as soon as possible. | hselasky | 2013-06-02 | 1 | -9/+24 |
* | Don't set the start ISOC ASAP bit for non-isochronous TRBs. | hselasky | 2013-06-02 | 1 | -5/+8 |
* | Correct some XHCI streams mode transfer handling found by code inspection. | hselasky | 2013-06-02 | 1 | -18/+36 |
* | Add descriptive comment. | hselasky | 2013-04-23 | 1 | -0/+6 |
* | Fix spelling. | hselasky | 2013-03-20 | 1 | -1/+2 |
* | Add defines to more easily allow a single threaded version of the FreeBSD | hselasky | 2013-02-05 | 1 | -9/+2 |
* | Do not unnecessarily split a string literal, because | hselasky | 2013-01-30 | 1 | -2/+2 |
* | Modify the FreeBSD USB kernel code so that it can be compiled directly | hselasky | 2013-01-30 | 1 | -3/+6 |
* | Add missing NULL pointer check. | hselasky | 2013-01-30 | 1 | -0/+6 |
* | Shave off another register write to save some more | hselasky | 2013-01-08 | 1 | -12/+17 |
* | Optimise the XHCI interrupt handling. | hselasky | 2013-01-07 | 1 | -2/+6 |
* | - Add support for Etron EJ168 USB 3.0 Host Controllers. | hselasky | 2012-12-01 | 1 | -19/+51 |
* | Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack. | hselasky | 2012-10-26 | 1 | -4/+3 |
* | Inherit USB mode from RootHUB port where the USB device is connected. | hselasky | 2012-10-01 | 1 | -4/+0 |
* | Add tunable for XHCI port routing. | hselasky | 2012-08-23 | 1 | -2/+15 |
* | Add support for the so-called streams feature of BULK endpoints | hselasky | 2012-08-12 | 1 | -29/+94 |
* | Add support for Multi-TT mode of modern USB HUBs. | hselasky | 2012-04-29 | 1 | -13/+36 |
* | Fix compiler warnings, mostly signed issues, | hselasky | 2012-04-02 | 1 | -4/+3 |
* | Bugfix: Make sure the XHCI driver doesn't clear | hselasky | 2012-01-13 | 1 | -1/+1 |
* | Correct use of USB 3.0 POWER bit in the port status register, | hselasky | 2012-01-13 | 1 | -2/+7 |
* | - Try to fix support for USB 3.0 HUBs. | hselasky | 2012-01-12 | 1 | -8/+13 |