aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/generic_ehci.c
Commit message (Expand)AuthorAgeFilesLines
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-041-1/+0
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-021-1/+3
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Split out the attachment from the generic-ehci driverEmmanuel Vadot2019-10-031-28/+4
* Fix device delete child function.Hans Petter Selasky2016-10-171-6/+0
* Add a generic EHCI USB driver based on the Allwinner A10 driver. It is ACPIAndrew Turner2016-07-291-0/+220