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
/
usbdivar.h
Age
Commit message (
Expand
)
Author
2000-06-24
Kill SPLUSBCHECK -- it's not portable, and quite annoying on some
thorpej
2000-06-01
Bring the coding style into the 80s, i.e., get rid of __P and use
augustss
2000-04-27
Change my email address.
augustss
2000-03-30
Afew more OpenBSD portability fixes.
augustss
2000-03-29
Remove redundant decl of cold - it's in <sys/kernel.h>.
simonb
2000-03-29
Do not accept new xfers for queuing while a pipe is aborting.
augustss
2000-03-25
Rename and move around callout handles to make it more sane.
augustss
2000-03-25
More DIAGNOSTIC.
augustss
2000-03-25
GC an unsued field and add some DIAGNOSTIC in xfer.
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-02-22
Prepare a little for having USB interrupt processing done outside the hard
augustss
2000-01-19
Fix typos.
augustss
2000-01-19
Add an argument to usbd_open_pipe_intr() to specify the polling interval
augustss
2000-01-18
Turn xfer allocation into a method in the HC driver. The reason is that
augustss
2000-01-16
Add comments.
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-12
A number of stylistic changes to increase readability (many suggested
augustss
1999-11-10
Fix an obvious bug is some diagnostic code; we must lower our spl again...
mycroft
1999-10-25
Make the SPLUSBCHECK diagnostic test silent durning cold boot.
augustss
1999-10-12
Fix some bugs in USB controller detach code.
augustss
1999-10-12
Add an event mechanism so that a userland process can watch devices come
augustss
1999-09-15
Change SPLUSBCHECK diagnostic macro a little.
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
1999-09-05
Change the way the `struct device' base part of all driver softc are
augustss
1999-08-29
Since we poll around the `done' member of a usbd_request, make it volatile.
thorpej
1999-08-28
Change some 'struct device' to 'bdevice'. From FreeBSD.
augustss
1999-08-22
Move more of the transfer completion processing to HC independent code.
augustss
1999-08-17
Redo the UHCI data toggle handling.
augustss
1999-08-17
Make some small changes to make it compile on OpenBSD.
augustss
1999-06-30
Totally redo the way device detach is done. It now uses a kernel event
augustss
1999-06-14
Get rid of a bunch of code that was part of an old USBDI proposal, but that
augustss
1999-05-16
Add vendor/product/release locators. Added in frustration as my HID
augustss
1999-05-13
Rework the way ukbd attaches itself as the console (again). We now allow
thorpej
1999-05-06
Add a way for machine-dependent code to tell a USB controller that it
thorpej
1999-01-10
Some minor updates from FreeBSD.
augustss
1999-01-08
Various little fixes from the FreeBSD version.
augustss
1999-01-07
Fix some FreeBSD compiler warnings.
augustss
1998-12-30
Split usbd_delay_ms() into two functions, one can be used in
augustss
1998-12-29
Do not blindly assume that a device supports language id 0, instead
augustss
1998-12-28
Change the host controller internal API a little and add some incomplete
augustss
1998-12-26
Merge changes to make the USB stack work with FreeBSD. The original
augustss
1998-12-09
Improvement to the ugen driver.
augustss
1998-12-02
Add configuration and interface locators.
augustss
[next]