aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/xhci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Add random Intel Elkhart Lake device IDs.Dmitry Luhtionov2025-09-081-0/+2
* xhci pci: Add some amd xhci controller device idsTom Jones2025-07-141-0/+7
* 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/+4
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* Add some AMD device IDs.Dmitry Luhtionov2024-06-071-0/+3
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* xhci(4): Describe AMD 400 Series USB 3.1 controllersMarius Strobl2023-07-231-1/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* xhci(4): Describe Fresco Logic FL1009 USB 3.0 controllerZhenlei Huang2023-03-201-0/+2
* xhci(4): Correct PCI device IDs for Zhaoxin USB 3.0 controllersZhenlei Huang2023-03-171-10/+10
* xhci(4): Add new USB IDs.Dmitry Luhtionov2023-01-171-0/+11
* xhci(4): Don't allocate an IRQ vector if hw.usb.xhci.use_polling=1 is set.Hans Petter Selasky2022-10-201-1/+1
* Add random VMware device IDs.Alexander Motin2022-10-201-0/+8
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* xhci(4): Add quirk for "Fresco Logic FL1009 USB3.0 xHCI Controller".Hans Petter Selasky2022-03-161-0/+1
* xhci(4): Add quirk for "TUSB73x0 USB3.0 xHCI Controller".Hans Petter Selasky2022-03-031-1/+6
* Add more USB host controller PCI ID's.Hans Petter Selasky2022-02-071-0/+2
* usb(4): Belatedly add a PCI device ID for AMD Bolton chipsetJung-uk Kim2022-02-071-1/+1
* Add new USB host controller PCI ID's.Hans Petter Selasky2022-02-061-1/+20
* xhci: add PCI IDs for USB controllers found on Supermicro M12SWA-TFGleb Smirnoff2021-12-031-0/+9
* xhci: Add PCI IDs for Thunderbolt 3/4 USB controllers.Alexander Motin2021-11-291-0/+12
* xhci: Add PCI IDs from recent Intel CPUs.Alexander Motin2021-11-271-0/+16
* Add some of Intel Alder Lake device IDs.Alexander Motin2021-11-061-0/+2
* Add new PCI ID for XHCI(4).Hans Petter Selasky2021-01-071-0/+2
* xhci: Handle the case when MSI-X BAR is the same as IO BAR.Konstantin Belousov2020-10-231-13/+21
* Handle Raspberry Pi 4 xhci firmware loading.Andrew Turner2020-08-031-8/+4
* Add USB host controller PCI ID's for Hygon.Hans Petter Selasky2020-02-101-0/+3
* Correct PCI device ID for XHCI USB controller.Hans Petter Selasky2019-08-071-1/+1
* Add new USB PCI ID.Hans Petter Selasky2019-03-281-0/+2
* Add PCI IDs for AMD X370 AHCI and XHCI.Mark Johnston2018-07-121-1/+2
* Describe Fresco Logic FL1100 USB 3.0 controllers.Marius Strobl2018-05-281-0/+2
* Improve fix in r304629 by allowing configuration of the behaviourHans Petter Selasky2018-04-301-0/+1
* Add AHCI/XHCI device IDs found on AMD 1950X+X399 systemConrad Meyer2017-12-291-0/+2
* Add AHCI/XHCI device IDs found on AMD Ryzen+B350 system.Alexander Motin2017-12-221-0/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add new Intel Lewisburg and Union Point chipset PCI IDs.Alexander Motin2017-08-091-0/+4
* Add some device IDs for Intel Denverton SoCs.Alexander Motin2017-06-211-0/+2
* Describe Intel Apollo Lake and Braswell USB 3.0 controllers.Marius Strobl2017-05-141-0/+4
* Add ID for NEC uPD720202 xHCI controller.Bruce M Simpson2017-02-271-0/+2
* Fix problem with suspend and resume when using Skylake chipsets. MakeHans Petter Selasky2017-01-191-0/+1
* Add some device IDs found in my new laptop.Alexander Motin2016-11-091-0/+2
* Fix device delete child function.Hans Petter Selasky2016-10-171-6/+0
* Add some device IDs from Intel Sunrise Point chipsets.Alexander Motin2016-05-031-0/+2
* Add some device IDs found on AMD FCH shipsets.Alexander Motin2016-03-291-0/+3
* Add IDs for Intel Wellsburg USB controllers.Alexander Motin2016-03-191-0/+2
* Ads support to the xhci pci attachment to use MSI-X interrupts whenAndrew Turner2015-12-241-2/+29
* Add quirk for USB 3.0 PCI device.Hans Petter Selasky2015-10-191-0/+3
* Add support for Fresco Logic USB 3.0 host controller.Kevin Lo2015-10-081-6/+11
* Add quirk for USB 3.0 PCI device.Hans Petter Selasky2015-10-081-0/+1