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
/
ohci.c
Age
Commit message (
Expand
)
Author
2001-12-31
Change xfer abort to wait for the softintr to run.
augustss
2001-12-27
Add some DIAGNOSTIC stuf that I forgot. From Nate Williams.
augustss
2001-12-27
Update a comment.
augustss
2001-11-21
Pay more attention to if the HC is being unplugged.
augustss
2001-11-21
make it compilable without OHCI_DEBUG
itojun
2001-11-21
Use a task to perform the timeout abort so we have a process context when
augustss
2001-11-21
Some more debug stuff.
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-11-10
Improve dump routines.
augustss
2001-11-09
Fix a bug in xfer abort processing when the HC executes ahead of what
augustss
2001-11-07
Improve some debug messages.
augustss
2001-09-28
Reenable RHSC interrupt after one second so hot plugging works.
augustss
2001-09-11
Don't go top mode OPERATIONAL (before reset) on startup even if BIOS claims to
augustss
2001-04-01
Add two missing splx() (inside DIAGNOSTIC). From OpenBSD.
augustss
2001-02-20
Re-initialize some registers after resuming from suspend.
minoura
2001-01-28
Put a rate limiter on the scheduling overrun message.
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-31
Make the controller survive suspend/resume. Thanks to Steve Woodford
augustss
2000-12-29
Update many URLs.
augustss
2000-12-13
Make the ohci driver not hang suspend/resume. It still doesn't resume
augustss
2000-11-10
Update frlengths after a isoc transfer.
augustss
2000-08-17
Add an XXX comment.
augustss
2000-08-08
%b -> bitmask_snprintf()
tv
2000-06-01
Bring the coding style into the 80s, i.e., get rid of __P and use
augustss
2000-05-08
Quiet some uninitialized variable warnings that do in fact look legitimate.
thorpej
2000-04-27
Change my email address.
augustss
2000-04-25
Insert (very conservative!) bus_space_barrier() calls at all register accesses.
augustss
2000-04-22
Add a clarifying comment.
augustss
2000-04-21
Add a comment about a non-obvious use of a #define.
augustss
2000-04-01
Add a delay before reading the number of ports from the controller to
augustss
2000-03-29
Some OpenBSD portability fixes.
augustss
2000-03-29
A first stab at support for isochronous transfers.
augustss
2000-03-27
Change (almost) all static to Static. The symbol `Static' can then be defined
augustss
2000-03-25
Rename and move around callout handles to make it more sane.
augustss
2000-03-24
Some cleanup and renaming of the callouts used in USB drivers.
augustss
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
2000-03-20
Make sure all packets (except the last) have the maximum packet size even
augustss
2000-03-19
Make control transfer of over 8K possible by using a chain of TDs.
augustss
2000-03-16
Replace LE() macro with le32toh()/le32toh().
tsutsui
2000-03-16
Fix thinko in the handling of FORCE_SHORT_XFER so that it actually
augustss
2000-02-29
Distinguish between device and interface classes.
augustss
2000-02-22
Fix typos in my last commit that caused the driver to panic.
augustss
2000-02-22
Prepare a little for having USB interrupt processing done outside the hard
augustss
2000-02-01
Put some #ifdefs around power and shutdown hooks.
augustss
2000-01-31
Rename TAILMASK to HEADMASK, since it really masks the head pointer.
augustss
[next]