summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-524/+0
* Add workaround for Parallels 4.0. Without it, ehci and uhci driverstrasz2009-01-061-0/+6
* Add modules for the HCI part of USB. This is convenient when having a UHCIn_hibma2008-10-091-0/+1
* opt_bus.h is supposed to be for subr_bus.c only. There's no need forimp2008-08-301-2/+0
* Identify ICH9 USB controllers.benno2008-04-111-0/+20
* Add PCI ID's for ICH8 USB controllers.jhb2008-04-071-0/+25
* Add PCI device support for Intel S7000FC4UR in usb and ichwd, systemsjfv2007-11-151-0/+20
* Latest round of usb cleanups:imp2007-06-211-7/+4
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-4/+4
* Use the limited scatter-gather capabilities of ehci, ohci and uhciiedowse2006-05-281-0/+29
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnimp2005-03-011-1/+1
* Pass an explicit pointer to the bus structure in the 'usb' device ivarjb2004-12-281-1/+1
* Add device IDs for Intel ICH6.le2004-10-131-0/+20
* Make the USB subsystem unloadable and detachable, though currentlyiedowse2004-08-021-16/+8
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+3
* Fix a suspend/resume issue. My Compaq N400c works fine.shiba2004-01-121-0/+2
* 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-3/+4
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Enable bus mastering in the attach routine. This appears to fix theimp2003-06-121-0/+2
* Add PCI ID's for the 4 USB hubs on the ICH5 controller.jhb2003-05-061-0/+20
* These appear to work as cardbus cards tooimp2003-02-281-0/+1
* Use the correct size for reading and writing the PCI config space.marcel2003-02-231-5/+5
* Add a device description for Intel 82801CA/CAM (ICH3) USB controllerjoe2002-08-281-0/+5
* Add a comment to remind that uhci_pci_match will never return NULL.joe2002-08-181-6/+11
* Consolidate the device recognition code.joe2002-08-181-57/+4
* UHCI_DEBUG -> USB_DEBUG.joe2002-08-151-1/+1
* Add PCI IDs for the A, B, and C UHCI controllers in the ICH4.jhb2002-07-191-0/+27
* Fix a formatting error.joe2002-02-171-6/+6
* KNF style the code, ready for an MFC.joe2002-02-171-54/+64
* Add ICH3 (82801CA/CAM) and 460GXpeter2001-11-031-0/+24
* Add description for 82801BA controller.kuriyama2001-05-211-0/+16
* Remove a couple of leftover unused variables.msmith2000-12-131-1/+0
* We now have the ability to assign the correct IRQ when PNP-OS is turnednsayer2000-12-031-10/+0
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-291-1/+0
* Add 440MX chipset.kuriyama2000-05-241-0/+8
* Only display the 'Disable PNP-OS BIOS option' message on the i386 arch.jhb2000-05-111-0/+2
* Do the attach (and detach) properly. Store the cookies.n_hibma2000-05-071-40/+76
* Add an ID for the SiS 5571.n_hibma2000-03-151-3/+2
* Move the warning on wrong IRQ values to the right place, before anyn_hibma2000-02-201-8/+8
* Add PCI Id's for i810 chipsets.n_hibma2000-02-071-0/+16
* Disable the generation of SMIs (System Management Interrupts). Always setn_hibma2000-02-061-10/+10
* Commit missing bits, forgotten when committing support for suspend/resumen_hibma2000-02-041-4/+7
* bus_release_resource is spellt like bus_release_resource not liken_hibma2000-01-311-13/+13
* Properly teardown the allocated and initialised stuff when an errorn_hibma2000-01-261-7/+5
* Don't set ivars until we checked the return value from device_add_child.n_hibma2000-01-261-1/+1
* Fix some warnings.peter2000-01-231-2/+2
* Properly remove interrupts if initialisation fails.n_hibma2000-01-201-29/+37
OpenPOWER on IntegriCloud