summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/ohci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some USB controller names according to pciconf output.hselasky2013-08-171-0/+2
* Add OHCI controller ID.hselasky2013-04-211-0/+2
* Add IDs for some USB controllers I have around. Just a cosmetics.mav2012-07-021-0/+4
* Implement better support for USB controller suspend and resume.hselasky2011-12-141-35/+20
* 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-4/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+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
* Add more OHCI pci ids.thompsa2009-12-221-0/+6
* 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/+3
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-2/+21
* 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/+387
OpenPOWER on IntegriCloud