summaryrefslogtreecommitdiffstats
path: root/sys/pci/uhci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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