summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/ehci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r307518:hselasky2016-11-071-6/+0
* MFC r281499:hselasky2016-09-081-1/+1
* MFC r297387: Add some device IDs found on AMD FCH shipsets.mav2016-04-121-0/+2
* MFC r297049: Add IDs for Intel Wellsburg USB controllers.mav2016-03-281-0/+4
* MFC r295463 (by hselasky): Correct PCI device description.mav2016-03-281-1/+1
* MFC r275137 (by adrian): Add PCI ID for Intel Lynx Point LP controller.mav2016-03-281-0/+2
* MFC r266969 and r276717:hselasky2015-02-051-0/+1
* MFC r271156 and r273376:hselasky2015-01-111-0/+6
* MFC r275101:mav2014-12-031-0/+4
* MFC r257594:hselasky2014-08-121-0/+4
* MFC r258162:mav2014-01-051-0/+2
* Fix some USB controller names according to pciconf output.hselasky2013-08-171-1/+1
* Add IDs for some USB controllers I have around. Just a cosmetics.mav2012-07-021-4/+8
* Make the VIA workaround application somewhat more consistent with themarius2012-05-261-1/+2
* Make the VIA workaround actually do its intended job.marius2012-05-261-1/+1
* Implement better support for USB controller suspend and resume.hselasky2011-12-141-61/+21
* 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
* We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIhselasky2011-04-121-6/+0
* - Correct EHCI interrupt disabling at detach.hselasky2011-04-031-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Remove unused EHCI register definition.hselasky2010-10-141-2/+0
* Add PCI IDs for two more nForce controllers.thompsa2010-03-281-0/+2
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* Disable the use of the IAAD usb doorbell on NVidia controllers as it can causethompsa2010-02-091-0/+13
* Add more EHCI pci ids.thompsa2009-12-221-0/+10
* Correct name, 82801IJ -> 82801JIthompsa2009-12-091-2/+2
* Add uhci/ehci controller ids.thompsa2009-12-031-0/+4
* Integrate lost interrupts patch from the old USB stack.thompsa2009-11-081-0/+13
* ehci_init() will do reset and set the usbrev flag. Fix problem wherethompsa2009-11-081-3/+1
* Revert r198500 for now, this will break situations whenthompsa2009-10-261-0/+49
* Remove usb controller takeover code now that it is handled by the pci code.thompsa2009-10-261-49/+0
* Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover forthompsa2009-10-151-0/+1
* Import two PCI quirks from Linuxthompsa2009-09-281-0/+70
* USB controller:alfred2009-07-301-0/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-1/+21
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-3/+3
* Remove usb_sw_transfer.[ch] which are now empty after r190735.thompsa2009-04-061-1/+0
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529thompsa2009-03-201-2/+2
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-1/+0
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* Move the new USB stack into its new home.thompsa2009-02-231-0/+486
OpenPOWER on IntegriCloud