aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ehci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* - Only assume that a PCI device on the same slot is a "neighbor" USBJohn Baldwin2007-09-191-2/+13
* Latest round of usb cleanups:Warner Losh2007-06-211-5/+5
* s/logprintf/printf/gWarner Losh2007-06-201-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-211-4/+4
* More removing compatibility macros.Warner Losh2006-09-071-3/+3
* Use the limited scatter-gather capabilities of ehci, ohci and uhciIan Dowse2006-05-281-0/+30
* ehci_pci.c:Ariff Abdullah2006-01-161-1/+13
* Work around a problem seen on VIA EHCI controllers where occasionallyIan Dowse2006-01-151-0/+4
* ehcivar.h:Alexander Leidinger2005-09-181-5/+75
* Identify the Intel ICH4 EHCI controller.Benno Rice2005-06-101-0/+5
* Don't display the redundant `ehci_pci_attach: companion usbX'Ian Dowse2005-03-201-2/+9
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnWarner Losh2005-03-011-1/+1
* Pass an explicit pointer to the bus structure in the 'usb' device ivarJohn Birrell2004-12-281-1/+1
* Make the USB subsystem unloadable and detachable, though currentlyIan Dowse2004-08-021-7/+38
* Attempt to follow the correct procedure for synchronising with theIan Dowse2004-08-021-1/+71
* Identify VIA EHCI root hubs and at least one VIA USB2.0 controller.Benno Rice2004-07-191-0/+9
* Add Intel PCI vendor ID.Lukas Ertl2004-05-221-0/+4
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+3
* Recognize the nVidia ehci device id's in addition to the rest.Peter Wemm2003-12-171-0/+6
* Sometimes cardbus attachments don't attach, so while we track downWarner Losh2003-11-281-0/+1
* Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson2003-11-031-1/+0
* Use __FBSDID().David E. O'Brien2003-08-241-5/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* make usb bus_dma aware.John-Mark Gurney2003-07-151-0/+1
* WARNING: white space diffJohn-Mark Gurney2003-07-041-1/+1
* Enable bus mastering in the attach routine. This appears to fix theWarner Losh2003-06-121-0/+2
* add EHCI (USB 2.0) controller support.Bernd Walter2003-04-141-0/+335