summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/ehci_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid running the activate function for a partially attached ehci(4) driver.kettenis2019-05-021-4/+8
* ATI controllers seem to need the same workaround as VIA controllers.mpi2016-07-201-2/+8
* Run config_found() under splusb.mpi2015-11-091-3/+2
* Delay root hub interrupt processing to the soft-interrupt path in ordermpi2015-11-021-3/+4
* There is no need to remember which usb(4) device is the child of an USBmpi2014-05-161-9/+3
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-2/+2
* driver xxactivate() functins are run even if a driver xxattach() hasderaadt2012-10-201-1/+5
* Revamp the sequences for suspend/hibernate -> resume so that the codederaadt2012-10-081-18/+15
* typo; found in an old tree..deraadt2011-04-261-2/+2
* Disestablish interrupts if attachment fails.mk2010-10-201-3/+5
* silence BIOS takeover failure messages on unsuspendsderaadt2010-08-081-6/+6
* Add some missing UHCI and EHCI register restores on resume. Fixes at leastmlarkin2010-06-291-2/+18
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+2
* silent VIA VT6202 workaround; from bradderaadt2009-07-241-3/+1
* VIA VT6202 defaults to a bus-hoggingly aggressive sleep time, so retune itderaadt2009-07-231-13/+37
* Workaround a stupid problem ATI SB600 revisions and ATI SB700 southderaadt2009-06-251-2/+33
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* from freebsd; tested in snaps for weeksderaadt2008-04-091-3/+8
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-3/+3
* Convert ehci and ucom to rwlock.jsg2007-05-201-1/+2
* Disable interrupts during the attach of UHCI and EHCI controllers. Ifpascoe2006-08-251-9/+14
* remove ifdef __OtherBSD__. no binary changedlg2006-07-101-14/+1
* device_ptr_t -> struct device *dlg2005-12-301-3/+3
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-7/+1
* get rid of the lines on ehci attach that show the version and the companiondlg2005-04-111-20/+1
* Add a workaround for VIA EHCI controllers which, under load, signal qTDpascoe2005-03-071-1/+6
* from freebsd: ehci.c 1.13, ehci_pci.c 1.13, ehcireg.h 1.5, ehcivar.h 1.3dlg2004-12-291-5/+71
* rcsidstedu2004-05-301-0/+1
* do not bother w/ void pci_devinfo() calls and free resources on failuresmickey2004-05-241-2/+7
* ehci support; hacked into working shape by jonathon@gateway.zenbu.netderaadt2004-05-231-0/+230