summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/xhci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r314345, r318276marius2017-05-181-0/+6
* MFC r312424:hselasky2017-03-141-0/+1
* MFC r308464, r308471: Add some device IDs found in my new laptop.mav2016-11-161-0/+2
* MFC r307518:hselasky2016-11-071-6/+0
* Add some device IDs from Intel Sunrise Point chipsets.mav2016-05-031-0/+2
* Add some device IDs found on AMD FCH shipsets.mav2016-03-291-0/+3
* Add IDs for Intel Wellsburg USB controllers.mav2016-03-191-0/+2
* Ads support to the xhci pci attachment to use MSI-X interrupts whenandrew2015-12-241-2/+29
* Add quirk for USB 3.0 PCI device.hselasky2015-10-191-0/+3
* Add support for Fresco Logic USB 3.0 host controller.kevlo2015-10-081-6/+11
* Add quirk for USB 3.0 PCI device.hselasky2015-10-081-0/+1
* Add Cavium ThunderX xHCI controller PCI IDemaste2015-09-151-0/+3
* - Move the remainder of host controller capability registers reading frommarius2015-07-271-18/+17
* Modify the return value of the uhci/ehci/xhci PCI probe routines toneel2015-04-131-1/+1
* Add quirk for USB 3.0 controllers which don't support 64-bit DMA.hselasky2015-03-031-1/+12
* Add quirk to disable 64-bit XHCI DMA after r276717.hselasky2015-03-021-1/+1
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-051-14/+12
* Improve/fix interrupt allocation/setup/release:marius2014-12-271-21/+24
* Add port routing support for Wildcat Point.hselasky2014-12-081-0/+1
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.mav2014-11-261-0/+2
* Add the Intel BayTrail USB device which needs port routing for USB 3.0.kevlo2014-10-211-0/+3
* Improve support for Intel Lynx Point USB 3.0 controllers by using thehselasky2014-07-161-3/+6
* Improve support for Intel Lynx Point USB 3.0 controllers by maskinghselasky2014-07-071-0/+3
* Setting the IMOD value below 0x3F8 can cause IRQ lockups in the Intelhselasky2014-04-271-0/+1
* Add new PCI ID for hardware which needs port routing for USB 3.0.hselasky2014-02-161-0/+2
* Stability fixes for Intel LynxPoint XHCI controllers. Disable XHCI porthselasky2013-09-211-10/+30
* Add a tunable to force disable MSI use for xhci(4).kib2013-07-161-7/+12
* Use MSI for xhci(4), if supported.kib2013-07-091-6/+18
* Add support for polling the XHCI interrupt handler whenhselasky2013-06-071-15/+32
* Add ID for ASMedia ASM1042 USB 3.0 controller.mav2013-04-101-0/+3
* Add tunable for XHCI port routing.hselasky2012-08-231-3/+3
* For Intel Panther/Lynx Point USB 3.0 xHCI controllers enable SuperSpeed USBmav2012-07-171-0/+11
* Add IDs for some USB controllers I have around. Just a cosmetics.mav2012-07-021-0/+13
* Implement better support for USB controller suspend and resume.hselasky2011-12-141-49/+10
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-3/+1
* Renamed PCI_INTERFACE_XHCI to PCIP_SERIALBUS_USB_XHCI and moved itru2011-05-171-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Commit initial version of new XHCI driver which was written fromhselasky2010-10-031-0/+318
OpenPOWER on IntegriCloud