index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
xhcireg.h
Age
Commit message (
Expand
)
Author
2019-10-15
Fix compiler's view of the alignment of xhci structs. Because the struct
Visa Hankala
2019-05-10
Add more flags to the debug bitmask
Philip Guenther
2019-02-14
HCCPARAMS1 register CFC and SEC values are 1 bit.
Marcus Glocker
2018-04-28
Correct IST macro and add a new macro for setting Frame IDs.
Martin Pieuchot
2018-04-27
Introduce an helper function to extract endpoint's max burst value.
Martin Pieuchot
2017-09-08
Add support for isochronous transfers to xhci(4).
Stefan Sperling
2015-01-18
Do not trust the content of event TRBs coming from the hardware and
Martin Pieuchot
2015-01-18
Complete synchronous abort method modeled after the existing ones.
Martin Pieuchot
2015-01-02
When chaining TRBs, calculate the TD Size as described in section
Martin Pieuchot
2014-12-21
Use a bitmask when dumping TRB flags. No change in !XHCI_DEBUG.
Martin Pieuchot
2014-12-15
Stop using usb_{alloc,free}mem() for the rings and internal structures.
Martin Pieuchot
2014-12-08
When resetting an endpoint do not purge the ring. Instead set the
Martin Pieuchot
2014-11-10
Support USB 1.x devices below external hubs.
Martin Pieuchot
2014-10-05
Do not mark the pipe as halted when the HC reports a (split) transaction
Martin Pieuchot
2014-08-08
Improve the logic to determine the maximum endpoint service interface
Martin Pieuchot
2014-07-12
To enable Intel XHCI host controller, re-route all of usb port to xhci
Yojiro Uo
2014-03-08
Dumb xhci(4) implementation.
Martin Pieuchot