index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
ehci.c
Age
Commit message (
Expand
)
Author
2004-01-09
in ehci_softintr() when looping over the active xfers, save the next pointer
chs
2004-01-07
add list of known issues, from Lennart Augustsson and Michael van Elst
jdolecek
2003-12-29
Use the correct wValue to get hub desriptors.
toshii
2003-10-18
Remove assigned-to but otherwise unused variables.
simonb
2003-10-13
KNF the previous commit.
enami
2003-10-12
Fix problems with ehci on controllers that support 64-bit addressing. From
mycroft
2003-05-10
Try to make message about missing companion controllers clearer.
augustss
2003-03-09
Change debug message.
augustss
2003-02-22
Use mstohz() in <sys/param.h> rather than homegrown MS_TO_TICKS().
tsutsui
2003-02-16
Don't take xfers off the interrupt list if they are not on it yet.
augustss
2003-02-08
change URL pointers of USB[1,2] specification
ichiro
2003-02-04
Fix a botched loop copied from the ohci driver (already fixed in ohci.c).
augustss
2003-01-31
Use aprint_*().
thorpej
2002-11-19
Add a comment describing why ehci_dump() has been added back despite
martin
2002-11-11
Ooops, put back ehci_dump() which I accidently removed in the last commit.
martin
2002-11-09
Move ehci_dump_exfer into #ifdef DIAGNOSTIC, it's not called w/o.
martin
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2002-08-14
Set segment register if the device is 64 bit capable.
augustss
2002-08-13
The revision of new document is 1.0.
enami
2002-08-13
Increase the timeout waiting for reset to finish.
augustss
2002-07-11
Get rid of trailing white space.
augustss
2002-06-01
SIMPLEQ rototill:
lukem
2002-05-28
Change DMAADDR macro slightly.
augustss
2002-05-19
Update dma memory access API a little.
augustss
2001-12-31
Change abort slightly.
augustss
2001-12-28
More DIAGNOSTIC.
augustss
2001-12-01
Fix null pointer dereference when EHCI_DEBUG is defined (and
enami
2001-11-23
Improve xfer abort sequence.
augustss
2001-11-22
Fix a bug in qTD chain allocation.
augustss
2001-11-21
Make it compile without debug.
augustss
2001-11-21
Follow a safer protocol when updating the QH.
augustss
2001-11-21
Implement (incorrect?) data toggle clear method.
augustss
2001-11-21
Mask correct interrupt after error interrupt.
augustss
2001-11-21
Mask the correct interrupt after a door bell interrupt.
augustss
2001-11-21
Implement bulk transfers.
augustss
2001-11-21
Add some interrupt processing.
augustss
2001-11-21
Pay more attention to if the HC is being unplugged.
augustss
2001-11-21
Add missing }
augustss
2001-11-21
Set up control xfers.
augustss
2001-11-20
Support port indicator light.
augustss
2001-11-20
Use longer reset for root hubs (as told in the spec).
augustss
2001-11-20
Don't wait for door bell interrupt when controller has been disconnected.
augustss
2001-11-20
Use device speed in setup.
augustss
2001-11-19
Start of pipe open routine.
augustss
2001-11-18
Add more fields to hardware structs.
augustss
2001-11-16
Implement port reset sequence correctly.
augustss
2001-11-16
Add some more data structure defs.
augustss
2001-11-16
Recognize port status changes.
augustss
2001-11-15
Add root hub emulation.
augustss
2001-11-13
add RCSIDs
lukem
[next]