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
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
2000-01-31
Change where the has table for physical-to-virtual address translation
augustss
2000-01-31
Fiddle with over-current protect when turning on port power to make
augustss
2000-01-28
Correct error message list. From Nick Hibma.
augustss
2000-01-28
Fix typo. From Nick Hibma.
augustss
2000-01-25
Add done method for root control transfers.
augustss
2000-01-19
Add an argument to usbd_open_pipe_intr() to specify the polling interval
augustss
2000-01-18
Move the zeroing of the xfer to the individual methods.
augustss
2000-01-18
Turn xfer allocation into a method in the HC driver. The reason is that
augustss
2000-01-16
Add a flag, USBD_FORCE_SHORT_XFER, to transfers. Using this flag will
augustss
2000-01-16
Add framework for doing isoc transfers. The actual scheduling code
augustss
2000-01-16
Add shutdown hooks to ensure that the host controller is halted when
augustss
1999-12-06
Cosmetics and a couple of diagnostic messages.
augustss
1999-12-01
Some more DIAGNOSTIC.
augustss
1999-11-20
Propagate the USB revision number to the usb driver.
augustss
1999-11-18
Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.
augustss
1999-11-17
A few more purely stylistic changes that I missed in the last round.
augustss
1999-11-12
A number of stylistic changes to increase readability (many suggested
augustss
1999-10-13
Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> so
augustss
1999-10-12
Fix some bugs in USB controller detach code.
augustss
1999-10-12
Deallocate resources (bus space and interrupts) when detaching from
augustss
1999-09-18
Make sure the HC deactivation is propagated.
augustss
1999-09-15
Handle the case when a USB transfer is so long that it crosses two page
augustss
1999-09-15
Add preliminary (untested) code for detaching the USB host controller
augustss
1999-09-13
* Make sure an aborted pipe is marked as not running.
augustss
1999-09-13
Make sure timeouts count as interrupt context too.
augustss
1999-09-13
Rearrange the code a little so we can decide if we are in process
augustss
1999-09-11
* Move DMA buffer allocation to HC independent code.
augustss
1999-09-09
Change the internal API to allow DMA buffers to be pre-allocated by
augustss
[next]