index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
controller
/
xhci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add missing change to XHCI driver similar to changes in r228483.
hselasky
2011-12-31
1
-16
/
+20
*
Make some XHCI command timeouts less strict.
hselasky
2011-11-18
1
-9
/
+9
*
Some brands of XHCI controllers needs more time to reset.
hselasky
2011-11-15
1
-3
/
+3
*
Fix size of USB 3.0 descriptor field.
hselasky
2011-11-09
1
-1
/
+1
*
Fix size of USB 3.0 descriptor field.
hselasky
2011-11-09
1
-1
/
+2
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Fix suspend and resume of FULL and HIGH speed USB devices
hselasky
2011-10-26
1
-1
/
+14
*
- Add support for 64-byte contexts to XHCI driver.
hselasky
2011-01-13
1
-46
/
+102
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
Commit initial version of new XHCI driver which was written from
hselasky
2010-10-03
1
-0
/
+3862