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
*
Split the XHCI TRB allocations into smaller parts, so that we don't
hselasky
2014-07-26
1
-18
/
+18
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-8
/
+4
*
Revert r267961, r267973:
gjb
2014-06-27
1
-4
/
+8
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-8
/
+4
*
- Fix a bug where the TLBPC value was forced to being odd for IN
hselasky
2014-05-22
1
-11
/
+5
*
Setting the IMOD value below 0x3F8 can cause IRQ lockups in the Intel
hselasky
2014-04-27
1
-1
/
+5
*
Fix for infinite XHCI reset loops when the set address USB request fails.
hselasky
2014-04-09
1
-2
/
+14
*
Fix minor logical error in the XHCI driver. Set correct SETUP packet
hselasky
2014-02-14
1
-1
/
+2
*
Optimise interrupt logic. Technically writing a zero to the XHCI USB
hselasky
2014-01-11
1
-5
/
+5
*
Force clearing of event ring interrupts. The "Intel Lynx Point" XHCI
hselasky
2014-01-11
1
-0
/
+7
*
Check the XHCI event ring regardless of the XHCI status register
hselasky
2014-01-07
1
-7
/
+2
*
Minor correction for the XHCI reset logic.
hselasky
2014-01-02
1
-2
/
+2
*
Fix regression issue after r259248:
hselasky
2013-12-16
1
-0
/
+2
*
Set chain bit correctly. This will fix some problems sending and
hselasky
2013-12-12
1
-2
/
+11
*
USB method structures for USB controllers and USB pipes should be
hselasky
2013-12-11
1
-3
/
+3
*
Improve the XHCI command timeout recovery handling code.
hselasky
2013-12-06
1
-18
/
+79
*
Comply to the XHCI specification. Certain input context fields should
hselasky
2013-11-25
1
-1
/
+5
*
Improve XHCI stability. When a command timeout happens, the command
hselasky
2013-10-18
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
*
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
[next]