summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/ehci_pci.c
AgeCommit message (Expand)Author
2025-10-20ehci(4): Add ID for Realtek RTL811x USB 2.0 controllerDmitry Luhtionov
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-10-30Add some Intel ICH10 PCI IDs.Dmitry Luhtionov
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-03-18ehci(4): Correct PCI device ID for Zhaoxin USB 2.0 controllerZhenlei Huang
2023-02-04usb: purge EOL release compatibilityElliott Mitchell
2023-01-17ehci(4): Add new USB IDs.Dmitry Luhtionov
2022-10-20Add random VMware device IDs.Alexander Motin
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-02-06Add new USB host controller PCI ID's.Hans Petter Selasky
2020-02-10Add USB host controller PCI ID's for Hygon.Hans Petter Selasky
2019-11-26Add some IDs of Intel Wildcat Point-LP.Alexander Motin
2019-04-15Remove superfluous USB keyword.Hans Petter Selasky
2019-04-15Fix spelling.Hans Petter Selasky
2018-11-02Add new USB v2.0 PCI ID.Hans Petter Selasky
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-02Add IDs for Intel Cougar Point USB 2.0 controller.Alexander Motin
2016-10-17Fix device delete child function.Hans Petter Selasky
2016-03-29Add some device IDs found on AMD FCH shipsets.Alexander Motin
2016-03-19Add IDs for Intel Wellsburg USB controllers.Alexander Motin
2016-02-10Correct PCI device description.Hans Petter Selasky
2015-04-13Modify the return value of the uhci/ehci/xhci PCI probe routines toNeel Natu
2015-01-05Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky
2014-11-26Add PCI ID for Intel Lynx Point LP controller.Adrian Chadd
2014-11-26Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.Alexander Motin
2014-10-21Add the Intel BayTrail USB device which needs port routing for USB 3.0.Kevin Lo
2014-09-05Add IDs for Intel Patsburg USB 2.0 controller.Alexander Motin
2013-11-15Add some more IDs for Intel ATA, AHCI and USB controllers.Alexander Motin
2013-11-03Add description of two EHCI PCI IDs.Hans Petter Selasky
2013-08-17Fix some USB controller names according to pciconf output.Hans Petter Selasky
2012-07-02Add IDs for some USB controllers I have around. Just a cosmetics.Alexander Motin
2012-05-26Make the VIA workaround application somewhat more consistent with theMarius Strobl
2012-05-26Make the VIA workaround actually do its intended job.Marius Strobl
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-04-12We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIHans Petter Selasky
2011-04-03- Correct EHCI interrupt disabling at detach.Hans Petter Selasky
2011-01-11Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin
2010-10-14Remove unused EHCI register definition.Hans Petter Selasky
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
2010-02-09Disable the use of the IAAD usb doorbell on NVidia controllers as it can causeAndrew Thompson
2009-12-22Add more EHCI pci ids.Andrew Thompson
2009-12-09Correct name, 82801IJ -> 82801JIAndrew Thompson
2009-12-03Add uhci/ehci controller ids.Andrew Thompson
2009-11-08Integrate lost interrupts patch from the old USB stack.Andrew Thompson