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
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