summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ehcireg.h
AgeCommit message (Collapse)Author
2005-10-28correct legsup register per spec; dlg@ pascoe@ ok.Federico G. Schwindt
2004-12-29from freebsd: ehci.c 1.13, ehci_pci.c 1.13, ehcireg.h 1.5, ehcivar.h 1.3David Gwynne
log message: Attempt to follow the correct procedure for synchronising with the system BIOS to disable legacy device emulation as per the "EHCI Extended Capability: Pre-OS to OS Handoff Synchronisation" section of the EHCI spec. BIOSes that implement legacy emulation using SMIs are supposed to disable the emulation when this procedure is performed. tested on various archs by jsg@ and me ok pascoe@, looks sane jsg@
2004-10-25add EHCI_QTD_SET_STATUSDavid Gwynne
from NetBSD
2004-08-11fix spelling, macros and formattingDavid Gwynne
2004-07-07copyright dates sync; loki@animata.netTheo de Raadt
2004-07-07Changes EHCI_QTD_TOGGLE to EHCI_QTD_TOGGLE_MASK; loki@animata.netTheo de Raadt
2004-07-05Completes the structs for the isochronous and split transactionTheo de Raadt
isochronous transfer descriptor types. Also updates the doco link at the top of the file; from netbsd; via loki@animata.net
2004-07-05Adds missing port routing rules field, fixes an incorrect offset forTheo de Raadt
EHCI_QH_GET_CTL and adds a macro for setting the data toggle on a qtd token; from netbsd; via loki@animata.net
2004-07-05This fixes a couple of spelling errors (EHCI_HCS_P_INCICATOR toTheo de Raadt
EHCI_HCS_P_INDICATOR and EHCI_QG_MPLMASK to EHCI_QH_MPLMASK); from netbsd; via, loki@animata.net
2004-05-30rcsidsTed Unangst
2004-05-23ehci support; hacked into working shape by jonathon@gateway.zenbu.netTheo de Raadt
2002-05-07Meant to commit only ulpt and committed everything. Most things weren't readyNathan Binkert
2002-05-07Sync ulpt driver with NetBSDNathan Binkert