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
/
uhci.c
Age
Commit message (
Expand
)
Author
2003-12-29
Use the correct wValue to get hub desriptors.
toshii
2003-11-04
Ignore a CRCTO error on a SETUP transaction in combination with STALLED or NAK.
mycroft
2003-09-12
Tweak a debugging printf().
mycroft
2003-07-03
avoid a gcc3 warning about a never-true comparision in the
drochner
2003-05-13
Function names printed in debug messages did not always match the
gson
2003-02-23
Remove unreachable break after return.
simonb
2003-02-22
Use mstohz() in <sys/param.h> rather than homegrown MS_TO_TICKS().
tsutsui
2003-02-19
Bail out early in isoc_done if the ii is not on the interrupt list.
augustss
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-01-01
Reissue the MAXP command on resume. From FreeBSD.
augustss
2002-12-31
Be somewhat more persuasive about enabling the port on a port reset.
dsainty
2002-12-31
CONSTCOND away some lint warnings
dsainty
2002-09-29
Add #ifdef USB_USE_SOFTINTR for some softintr code. From FreeBSD.
augustss
2002-09-27
remove trailing \n in panic(). approved perry.
provos
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
2002-03-17
Whitespace fixes.
augustss
2002-03-16
Fix a couple of typo:
tsutsui
2002-03-04
Use the correct pointer for the timeout abort.
augustss
2002-02-27
Move the interrupt bailout when a cancelled ii is found.
augustss
2002-02-27
Remove spurious splusb().
augustss
2002-02-11
Switch to the same abort mechanism as in [eo]hci; it should be more
augustss
2002-02-03
Some white space fixes from FreeBSD.
augustss
2002-01-27
Use M_WAITOK instead of M_NOWAIT when allocating extra descriptors.
augustss
2002-01-14
Call malloc(9) with M_ZERO flag instead of memset() after malloc().
tsutsui
2001-11-21
Use NULL not 0.
augustss
2001-11-21
Fix typo in comment.
augustss
2001-11-21
Cast some args to bitmask_snprintf().
augustss
2001-11-20
Don't bother with interrupts when being disconnected.
augustss
2001-11-20
Use longer reset for root hubs (as told in the spec).
augustss
2001-11-20
Keep track of device speed for USB 2.0.
augustss
2001-11-13
add RCSIDs
lukem
2001-10-25
Change reset sequence to get status change bits set right on startup.
augustss
2001-10-24
Some more paranoia tests when entering the interrupt routine.
augustss
2001-10-24
More debug.
augustss
2001-10-24
More null pointer checks in dump routine.
augustss
2001-10-02
move DIAGNOSTIC-printf up one block to make it reachable
pooka
2001-08-06
Don't write back status bits that are cleared when written.
augustss
2001-07-11
Rearrange register dump when the controller is dying. Fixes PR 13430.
augustss
2001-04-01
Avoid a potential null pointer dereference. From OpenBSD.
augustss
2001-03-25
Try to make resume work on more machines.
augustss
2001-01-21
Add code to use soft interrupt to handle USB interrupt processing.
augustss
2001-01-20
Change some splusb() to splhardusb().
augustss
2000-12-29
Update many URLs.
augustss
2000-12-18
Add missed le32toh() in uhci_device_isoc_abort().
tsutsui
2000-12-16
Don't repeat 'host controller halted' message. From OpenBSD.
augustss
2000-11-26
Add new powerhook argument values, PWR_SOFTSUSPEND, PWR_SOFTSTANDBY and
takemura
[next]