summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/generic_xhci.c
AgeCommit message (Expand)Author
2025-03-04usb: Kill left-over cdefs.h includesWarner Losh
2025-01-02Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2023-08-19xhci: Add support for 64-bit DMA in generic XHCI controller driverStephen J. Kiernan
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2019-05-08Add support for USB 3.0 XHCI via ACPIEmmanuel Vadot
2019-02-27xhci_mv: Move the driver to generic_xhciEmmanuel Vadot