summaryrefslogtreecommitdiff
path: root/sys/dev/usb/xhcivar.h
AgeCommit message (Expand)Author
2023-04-09xhci(4): Avoid crash in suspend/resume/resume if first resume fails.riastradh
2023-04-07xhci(4): Defer root intr xfers while polling.riastradh
2022-10-11There is an xHCI device which has USB 2 port only. Support it.msaitoh
2022-03-13xhci(4): Serialize access to portsc registers.riastradh
2022-03-03xhci(4): Add missing includes to xhcivar.h.riastradh
2021-05-23xhci(4): Block commands and issue Stop Endpoint on suspend.riastradh
2021-05-23xhci(4): Draft suspend/resume.riastradh
2020-08-21xhci(4): initial support for Isochronous pipesjakllsch
2020-08-21xhci(4): copy HCCPARAMS regs to softc, use when neededjakllsch
2020-05-21xhci(4): dynamically allocate xhci_xfer->xx_trb bufferjakllsch
2020-05-19Remove definition of unused struct xhci_endpoint.jakllsch
2020-04-02Tweak a comment in previousskrll
2020-04-02Reduce the memory footprint by allocating a ring per endpoint/pipe onskrll
2019-01-07Seperate xHCI and xhci(4) TRB structs so as to avoid some of themjakllsch
2018-08-09pull across abort fixes from nick-nhusb. add more abort fixes, usingmrg
2018-04-09Stop potential misuse of vendor names and USB vendor IDs in root hubjakllsch
2017-09-25If the bus glue calls xhci_init with interrupts enabled, there is a windowjmcneill
2017-01-19Pull across xhci(4) improvemnts from nick-nhusbskrll
2016-05-03Kill XHCI_QUIRK_FORCE_INTR and surrounding codeskrll
2016-04-23Merge nick-nhusbskrll
2014-03-10Whtiespace.skrll
2014-03-10Don't abuse usbd_status in xhci_initskrll
2013-10-28Add support for scratchpad buffers (required for some XHCI devices).matt
2013-09-14Add work-in-progress xhci(4) driver code. Currently (mostly) supportsjakllsch