summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+2
* Fix the 'usb0: USB revision unknown, not supported' people have been seeingn_hibma1999-12-031-15/+10
* Remove some bogus bus methods peter added. We are hardly doingn_hibma1999-11-221-6/+1
* remove the use of uhci_reset to wake up the controller aftern_hibma1999-10-071-5/+4
* Check for a valid irq number before calling BUS_SETUP_INTR.n_hibma1999-10-031-3/+14
* Reset the UHCI controller when the device comes back from suspend.n_hibma1999-08-231-6/+33
* 1) rename dev->self to be consistentn_hibma1999-08-181-44/+60
* Remove option USBVERBOSEn_hibma1999-06-161-2/+2
* Shorten the strings a bit (remove 'Host')n_hibma1999-06-131-9/+10
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-3/+3
* Move the disabling of interrupts right before the allocation of then_hibma1999-05-011-1/+16
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-71/+95
OpenPOWER on IntegriCloud