summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ehci_pci.c
AgeCommit message (Expand)Author
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2022-03-11Constify struct cfattach.Martin Pieuchot
2019-05-02Avoid running the activate function for a partially attached ehci(4) driver.Mark Kettenis
2016-07-20ATI controllers seem to need the same workaround as VIA controllers.Martin Pieuchot
2015-11-09Run config_found() under splusb.Martin Pieuchot
2015-11-02Delay root hub interrupt processing to the soft-interrupt path in orderMartin Pieuchot
2014-05-16There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2012-10-20driver xxactivate() functins are run even if a driver xxattach() hasTheo de Raadt
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2011-04-26typo; found in an old tree..Theo de Raadt
2010-10-20Disestablish interrupts if attachment fails.Michael Knudsen
2010-08-08silence BIOS takeover failure messages on unsuspendsTheo de Raadt
2010-06-29Add some missing UHCI and EHCI register restores on resume. Fixes at leastMike Larkin
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
2009-07-24silent VIA VT6202 workaround; from bradTheo de Raadt
2009-07-23VIA VT6202 defaults to a bus-hoggingly aggressive sleep time, so retune itTheo de Raadt
2009-06-25Workaround a stupid problem ATI SB600 revisions and ATI SB700 southTheo de Raadt
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-04-09from freebsd; tested in snaps for weeksTheo de Raadt
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-05-20Convert ehci and ucom to rwlock.Jonathan Gray
2006-08-25Disable interrupts during the attach of UHCI and EHCI controllers. IfChristopher Pascoe
2006-07-10remove ifdef __OtherBSD__. no binary changeDavid Gwynne
2005-12-30device_ptr_t -> struct device *David Gwynne
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-04-11get rid of the lines on ehci attach that show the version and the companionDavid Gwynne
2005-03-07Add a workaround for VIA EHCI controllers which, under load, signal qTDChristopher Pascoe
2004-12-29from freebsd: ehci.c 1.13, ehci_pci.c 1.13, ehcireg.h 1.5, ehcivar.h 1.3David Gwynne
2004-05-30rcsidsTed Unangst
2004-05-24do not bother w/ void pci_devinfo() calls and free resources on failuresMichael Shalayeff
2004-05-23ehci support; hacked into working shape by jonathon@gateway.zenbu.netTheo de Raadt