index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
xhcivar.h
Age
Commit message (
Expand
)
Author
2023-04-09
xhci(4): Avoid crash in suspend/resume/resume if first resume fails.
riastradh
2023-04-07
xhci(4): Defer root intr xfers while polling.
riastradh
2022-10-11
There is an xHCI device which has USB 2 port only. Support it.
msaitoh
2022-03-13
xhci(4): Serialize access to portsc registers.
riastradh
2022-03-03
xhci(4): Add missing includes to xhcivar.h.
riastradh
2021-05-23
xhci(4): Block commands and issue Stop Endpoint on suspend.
riastradh
2021-05-23
xhci(4): Draft suspend/resume.
riastradh
2020-08-21
xhci(4): initial support for Isochronous pipes
jakllsch
2020-08-21
xhci(4): copy HCCPARAMS regs to softc, use when needed
jakllsch
2020-05-21
xhci(4): dynamically allocate xhci_xfer->xx_trb buffer
jakllsch
2020-05-19
Remove definition of unused struct xhci_endpoint.
jakllsch
2020-04-02
Tweak a comment in previous
skrll
2020-04-02
Reduce the memory footprint by allocating a ring per endpoint/pipe on
skrll
2019-01-07
Seperate xHCI and xhci(4) TRB structs so as to avoid some of them
jakllsch
2018-08-09
pull across abort fixes from nick-nhusb. add more abort fixes, using
mrg
2018-04-09
Stop potential misuse of vendor names and USB vendor IDs in root hub
jakllsch
2017-09-25
If the bus glue calls xhci_init with interrupts enabled, there is a window
jmcneill
2017-01-19
Pull across xhci(4) improvemnts from nick-nhusb
skrll
2016-05-03
Kill XHCI_QUIRK_FORCE_INTR and surrounding code
skrll
2016-04-23
Merge nick-nhusb
skrll
2014-03-10
Whtiespace.
skrll
2014-03-10
Don't abuse usbd_status in xhci_init
skrll
2013-10-28
Add support for scratchpad buffers (required for some XHCI devices).
matt
2013-09-14
Add work-in-progress xhci(4) driver code. Currently (mostly) supports
jakllsch