summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/xhci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Cavium ThunderX xHCI controller PCI IDEd Maste2015-09-151-0/+3
* - Move the remainder of host controller capability registers reading fromMarius Strobl2015-07-271-18/+17
* Modify the return value of the uhci/ehci/xhci PCI probe routines toNeel Natu2015-04-131-1/+1
* Add quirk for USB 3.0 controllers which don't support 64-bit DMA.Hans Petter Selasky2015-03-031-1/+12
* Add quirk to disable 64-bit XHCI DMA after r276717.Hans Petter Selasky2015-03-021-1/+1
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-051-14/+12
* Improve/fix interrupt allocation/setup/release:Marius Strobl2014-12-271-21/+24
* Add port routing support for Wildcat Point.Hans Petter Selasky2014-12-081-0/+1
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.Alexander Motin2014-11-261-0/+2
* Add the Intel BayTrail USB device which needs port routing for USB 3.0.Kevin Lo2014-10-211-0/+3
* Improve support for Intel Lynx Point USB 3.0 controllers by using theHans Petter Selasky2014-07-161-3/+6
* Improve support for Intel Lynx Point USB 3.0 controllers by maskingHans Petter Selasky2014-07-071-0/+3
* Setting the IMOD value below 0x3F8 can cause IRQ lockups in the IntelHans Petter Selasky2014-04-271-0/+1
* Add new PCI ID for hardware which needs port routing for USB 3.0.Hans Petter Selasky2014-02-161-0/+2
* Stability fixes for Intel LynxPoint XHCI controllers. Disable XHCI portHans Petter Selasky2013-09-211-10/+30
* Add a tunable to force disable MSI use for xhci(4).Konstantin Belousov2013-07-161-7/+12
* Use MSI for xhci(4), if supported.Konstantin Belousov2013-07-091-6/+18
* Add support for polling the XHCI interrupt handler whenHans Petter Selasky2013-06-071-15/+32
* Add ID for ASMedia ASM1042 USB 3.0 controller.Alexander Motin2013-04-101-0/+3
* Add tunable for XHCI port routing.Hans Petter Selasky2012-08-231-3/+3
* For Intel Panther/Lynx Point USB 3.0 xHCI controllers enable SuperSpeed USBAlexander Motin2012-07-171-0/+11
* Add IDs for some USB controllers I have around. Just a cosmetics.Alexander Motin2012-07-021-0/+13
* Implement better support for USB controller suspend and resume.Hans Petter Selasky2011-12-141-49/+10
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+1