summaryrefslogtreecommitdiff
path: root/sys/dev/usb/xhcivar.h
AgeCommit message (Expand)Author
2022-12-12Fix USB hotplug on type-C connectors of Apple Silicon hardware. The USBMark Kettenis
2022-07-15Missing xhcivar.h bit that should have gone with xhci.c r1.125Theo Buehler
2020-12-24Do proper accounting of zero length TDs. Currently a specific numberMarcus Glocker
2019-10-06Use MSEC_TO_NSEC() to define XHCI_CMD_TIMEOUT & use it w/ tsleep_nsec(9).Martin Pieuchot
2018-09-05Serialize synchronous commands with a rwlock.Martin Pieuchot
2018-05-08Print xHCI revision in dmesg.Martin Pieuchot
2015-01-18Do not trust the content of event TRBs coming from the hardware andMartin Pieuchot
2015-01-18Since we are no longer resetting rings when a Babble or Stall conditionMartin Pieuchot
2014-12-15Stop using usb_{alloc,free}mem() for the rings and internal structures.Martin Pieuchot
2014-10-30Do not enable interrupts before attaching usb(4), fix a panic when anMartin Pieuchot
2014-04-29Get rid of the per-softc freelist of transfer descriptors and use aMartin Pieuchot
2014-03-25Instead of matching root hubs with a custom address, that only worksMartin Pieuchot
2014-03-25Upon resume do a full reset of the HC, including the command and eventMartin Pieuchot
2014-03-08Dumb xhci(4) implementation.Martin Pieuchot