summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ehci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Pass an explicit pointer to the bus structure in the 'usb' device ivarjb2004-12-281-1/+1
* Make the USB subsystem unloadable and detachable, though currentlyiedowse2004-08-021-7/+38
* Attempt to follow the correct procedure for synchronising with theiedowse2004-08-021-1/+71
* Identify VIA EHCI root hubs and at least one VIA USB2.0 controller.benno2004-07-191-0/+9
* Add Intel PCI vendor ID.le2004-05-221-0/+4
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+3
* Recognize the nVidia ehci device id's in addition to the rest.peter2003-12-171-0/+6
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-0/+1
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* Use __FBSDID().obrien2003-08-241-5/+4
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* make usb bus_dma aware.jmg2003-07-151-0/+1
* WARNING: white space diffjmg2003-07-041-1/+1
* Enable bus mastering in the attach routine. This appears to fix theimp2003-06-121-0/+2
* add EHCI (USB 2.0) controller support.ticso2003-04-141-0/+335
OpenPOWER on IntegriCloud