aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/ps3/ohci_ps3.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* powerpc ps3: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-101-3/+1
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-051-0/+2
* Implement better support for USB controller suspend and resume.Hans Petter Selasky2011-12-141-3/+6
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-4/+1
* Add an OHCI driver to complement the EHCI one. The infrastructure to attachNathan Whitehorn2011-06-201-0/+170