summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make some XHCI command timeouts less strict.hselasky2011-11-181-9/+9
* Some brands of XHCI controllers needs more time to reset.hselasky2011-11-151-3/+3
* Fix size of USB 3.0 descriptor field.hselasky2011-11-091-1/+1
* Fix size of USB 3.0 descriptor field.hselasky2011-11-091-1/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Fix suspend and resume of FULL and HIGH speed USB deviceshselasky2011-10-261-1/+14
* - Add support for 64-byte contexts to XHCI driver.hselasky2011-01-131-46/+102
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Commit initial version of new XHCI driver which was written fromhselasky2010-10-031-0/+3862
OpenPOWER on IntegriCloud