summaryrefslogtreecommitdiffstats
path: root/sys/pci/uhci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed pci_config_read() to pci_map_port(). Pointed out by Doug Rabson.n_hibma1999-04-111-2/+5
* fix typon_hibma1999-04-061-2/+2
* Cleaning up of code, remove unneeded cruft and maken_hibma1999-03-271-70/+46
* Check whether the PIRQD enable bit is set in LegSup and if not, set it.n_hibma1999-03-231-8/+17
* Moved [uo]hci_pci.c from /sys/dev/pci to /sys/pci after Sorenn_hibma1999-02-181-0/+227
OpenPOWER on IntegriCloud