summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/uhci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r307518:hselasky2016-11-071-6/+0
* Add more UHCI PCI IDs.hselasky2016-03-241-0/+6
* Correct PCI ID.hselasky2015-09-141-1/+1
* Add new PCI ID.hselasky2015-09-011-0/+7
* Modify the return value of the uhci/ehci/xhci PCI probe routines toneel2015-04-131-1/+1
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-051-0/+1
* Implement better support for USB controller suspend and resume.hselasky2011-12-141-36/+18
* 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
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* Correct name, 82801IJ -> 82801JIthompsa2009-12-091-6/+6
* Add uhci/ehci controller ids.thompsa2009-12-031-0/+12
* Disable interrupts after doing early takeover of the usb controller in case usbthompsa2009-11-251-2/+0
* Revert r198500 for now, this will break situations whenthompsa2009-10-261-0/+15
* Remove usb controller takeover code now that it is handled by the pci code.thompsa2009-10-261-15/+0
* Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover forthompsa2009-10-151-0/+1
* USB controller:alfred2009-07-301-0/+9
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-2/+22
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-2/+2
* 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/+443
OpenPOWER on IntegriCloud