summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ohci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-411/+0
* Add modules for the HCI part of USB. This is convenient when having a UHCIn_hibma2008-10-091-0/+1
* opt_bus.h isn't needed here. It is supposed to be for subr_bus.c only.imp2008-08-301-2/+0
* Latest round of usb cleanups:imp2007-06-211-4/+4
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-2/+2
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isjmg2006-09-031-4/+4
* Use the limited scatter-gather capabilities of ehci, ohci and uhciiedowse2006-05-281-1/+33
* Give ohci_intr a proper return value. In FreeBSD, this is void. Removeimp2006-02-111-2/+2
* Add PCI vendor id for ATI OHCI USB controllers.ariff2006-01-161-0/+11
* Power state management now done in PCI bus codeimp2005-06-051-11/+0
* Recognize the integrated USB controllers of Sun PCIO-2 chips whichmarius2005-05-191-0/+14
* 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
* Make the USB subsystem unloadable and detachable, though currentlyiedowse2004-08-021-12/+8
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+3
* Enable support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNshiba2003-12-221-0/+40
* Recognize the nForce3 id's. This is mostly cosmetic and affectspeter2003-12-171-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
* Recognize the OHCI USB device on Opteron-based nForce3 motherboardsobrien2003-09-031-0/+9
* Use __FBSDID().obrien2003-08-241-4/+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
* These appear to work as cardbus cards tooimp2003-02-281-0/+1
* Use uhci_pci_match to return the device description and rework thejoe2002-08-181-28/+22
* KNF style the code, ready for an MFC.joe2002-02-171-38/+41
* Fix some bugs in the ohci driver with respect to irq setup failure.joe2002-02-111-3/+4
* Add AMD766 OHCI USB controller. Remove unused VENDORID lists.peter2001-11-061-9/+8
* Set vendor string correctly for the Apple KeyLargo.benno2001-07-051-0/+4
* Add device ID for the OHCI controller in the Apple KeyLargo chip.benno2001-07-021-0/+5
* 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
* 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-37/+67
* Add an ID for the SiS 5571.n_hibma2000-03-151-3/+10
* Move the warning on wrong IRQ values to the right place, before anyn_hibma2000-02-201-8/+8
* 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-31/+38
* Don't set ivars until we checked the return value from device_add_child.n_hibma2000-01-261-1/+1
* Add ID for the AMD-756 OHCI controllern_hibma2000-01-211-0/+9
* 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-0/+3
* Remove some bogus bus methods peter added. We are hardly doingn_hibma1999-11-221-6/+1
* Check for a valid irq number before calling BUS_SETUP_INTR.n_hibma1999-10-031-1/+9
* 1) rename dev->self to be consistentn_hibma1999-08-181-32/+47
* Shorten the strings a bit (remove 'Host')n_hibma1999-06-131-6/+6
* Add comment about split in drivern_hibma1999-05-201-1/+6
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-66/+88
OpenPOWER on IntegriCloud