summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/ohci_pci.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
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-02-04usb: purge EOL release compatibilityElliott Mitchell
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2020-12-25ohci(4): remove support for Sun PCIO-2 USB controllersMarius Strobl
2020-02-10Add USB host controller PCI ID's for Hygon.Hans Petter Selasky
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-10-17Fix device delete child function.Hans Petter Selasky
2016-03-29Add some device IDs found on AMD FCH shipsets.Alexander Motin
2015-01-05Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky
2014-11-25Add Apple Intrepid USB controller ID.Justin Hibbits
2013-08-17Fix some USB controller names according to pciconf output.Hans Petter Selasky
2013-04-21Add OHCI controller ID.Hans Petter Selasky
2012-07-02Add IDs for some USB controllers I have around. Just a cosmetics.Alexander Motin
2011-12-14Implement better support for USB controller suspend and resume.Hans Petter Selasky
2011-11-22Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-01-11Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin
2010-03-28Add PCI IDs for two more nForce controllers.Andrew Thompson
2010-03-03The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl
2009-12-22Add more OHCI pci ids.Andrew Thompson
2009-10-15Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover forAndrew Thompson
2009-07-30 USB controller:Alfred Perlstein
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson
2009-04-06Remove usb_sw_transfer.[ch] which are now empty after r190735.Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159479,159502,159516,159522,159529Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159430Andrew Thompson
2009-03-09remove now-redunant cardbus attachment.Warner Losh
2009-02-23Move the new USB stack into its new home.Andrew Thompson