summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ehci_pci.c
AgeCommit message (Expand)Author
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