index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
ehci_pci.c
Age
Commit message (
Expand
)
Author
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2019-05-02
Avoid running the activate function for a partially attached ehci(4) driver.
Mark Kettenis
2016-07-20
ATI controllers seem to need the same workaround as VIA controllers.
Martin Pieuchot
2015-11-09
Run config_found() under splusb.
Martin Pieuchot
2015-11-02
Delay root hub interrupt processing to the soft-interrupt path in order
Martin Pieuchot
2014-05-16
There is no need to remember which usb(4) device is the child of an USB
Martin Pieuchot
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2012-10-20
driver xxactivate() functins are run even if a driver xxattach() has
Theo de Raadt
2012-10-08
Revamp the sequences for suspend/hibernate -> resume so that the code
Theo de Raadt
2011-04-26
typo; found in an old tree..
Theo de Raadt
2010-10-20
Disestablish interrupts if attachment fails.
Michael Knudsen
2010-08-08
silence BIOS takeover failure messages on unsuspends
Theo de Raadt
2010-06-29
Add some missing UHCI and EHCI register restores on resume. Fixes at least
Mike Larkin
2010-04-08
these files don't need to include proc.h anymore. ok oga for agp
Ted Unangst
2009-07-24
silent VIA VT6202 workaround; from brad
Theo de Raadt
2009-07-23
VIA VT6202 defaults to a bus-hoggingly aggressive sleep time, so retune it
Theo de Raadt
2009-06-25
Workaround a stupid problem ATI SB600 revisions and ATI SB700 south
Theo de Raadt
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-04-09
from freebsd; tested in snaps for weeks
Theo de Raadt
2007-06-10
Remove the definition and use of the USBDEVNAME macro.
Marc Balmer
2007-05-20
Convert ehci and ucom to rwlock.
Jonathan Gray
2006-08-25
Disable interrupts during the attach of UHCI and EHCI controllers. If
Christopher Pascoe
2006-07-10
remove ifdef __OtherBSD__. no binary change
David Gwynne
2005-12-30
device_ptr_t -> struct device *
David Gwynne
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-04-11
get rid of the lines on ehci attach that show the version and the companion
David Gwynne
2005-03-07
Add a workaround for VIA EHCI controllers which, under load, signal qTD
Christopher Pascoe
2004-12-29
from freebsd: ehci.c 1.13, ehci_pci.c 1.13, ehcireg.h 1.5, ehcivar.h 1.3
David Gwynne
2004-05-30
rcsids
Ted Unangst
2004-05-24
do not bother w/ void pci_devinfo() calls and free resources on failures
Michael Shalayeff
2004-05-23
ehci support; hacked into working shape by jonathon@gateway.zenbu.net
Theo de Raadt