aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/ohci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Migrate the PCI bus logic for ohci and uhci from sys/pci to sys/dev/usb.Josef Karthauser2003-01-291-316/+0
* Use uhci_pci_match to return the device description and rework theJosef Karthauser2002-08-181-28/+22
* KNF style the code, ready for an MFC.Josef Karthauser2002-02-171-38/+41
* Fix some bugs in the ohci driver with respect to irq setup failure.Josef Karthauser2002-02-111-3/+4
* Add AMD766 OHCI USB controller. Remove unused VENDORID lists.Peter Wemm2001-11-061-9/+8
* Set vendor string correctly for the Apple KeyLargo.Benno Rice2001-07-051-0/+4
* Add device ID for the OHCI controller in the Apple KeyLargo chip.Benno Rice2001-07-021-0/+5
* Remove a couple of leftover unused variables.Mike Smith2000-12-131-1/+0
* We now have the ability to assign the correct IRQ when PNP-OS is turnedNick Sayer2000-12-031-10/+0
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingPoul-Henning Kamp2000-10-291-1/+0
* Only display the 'Disable PNP-OS BIOS option' message on the i386 arch.John Baldwin2000-05-111-0/+2
* Do the attach (and detach) properly. Store the cookies.Nick Hibma2000-05-071-37/+67
* Add an ID for the SiS 5571.Nick Hibma2000-03-151-3/+10
* Move the warning on wrong IRQ values to the right place, before anyNick Hibma2000-02-201-8/+8
* bus_release_resource is spellt like bus_release_resource not likeNick Hibma2000-01-311-13/+13
* Properly teardown the allocated and initialised stuff when an errorNick Hibma2000-01-261-31/+38
* Don't set ivars until we checked the return value from device_add_child.Nick Hibma2000-01-261-1/+1
* Add ID for the AMD-756 OHCI controllerNick Hibma2000-01-211-0/+9
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+2
* Fix the 'usb0: USB revision unknown, not supported' people have been seeingNick Hibma1999-12-031-0/+3
* Remove some bogus bus methods peter added. We are hardly doingNick Hibma1999-11-221-6/+1
* Check for a valid irq number before calling BUS_SETUP_INTR.Nick Hibma1999-10-031-1/+9
* 1) rename dev->self to be consistentNick Hibma1999-08-181-32/+47
* Shorten the strings a bit (remove 'Host')Nick Hibma1999-06-131-6/+6
* Add comment about split in driverNick Hibma1999-05-201-1/+6
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-66/+88
* Cleaning up of code, remove unneeded cruft and makeNick Hibma1999-03-271-57/+44
* Moved [uo]hci_pci.c from /sys/dev/pci to /sys/pci after SorenNick Hibma1999-02-181-0/+231