summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/generic_ehci.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-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2019-10-03Split out the attachment from the generic-ehci driverEmmanuel Vadot
2016-10-17Fix device delete child function.Hans Petter Selasky
2016-07-29Add a generic EHCI USB driver based on the Allwinner A10 driver. It is ACPIAndrew Turner