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
/
usb.c
Age
Commit message (
Expand
)
Author
2001-11-13
Add some #endif comments.
augustss
2001-11-13
add RCSIDs
lukem
2001-11-09
Add a debug message.
augustss
2001-01-23
Ad function to remove a usb task.
augustss
2001-01-21
Ad a comment.
augustss
2001-01-21
Change the operation of the USB event thread. Before it only performed
augustss
2001-01-21
Remove `#ifdef FreeBSD'; they maintain their own version.
augustss
2001-01-21
Add code to use soft interrupt to handle USB interrupt processing.
augustss
2000-12-13
Don't try to access a device that is being disconnected when generating
augustss
2000-08-24
Removed unnecessary variable declaration.
augustss
2000-06-07
Deal with the fact that tsleep() may be a macro.
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-29
Some OpenBSD portability fixes.
augustss
2000-03-27
Change (almost) all static to Static. The symbol `Static' can then be defined
augustss
2000-03-16
Make the USB event queue longer. Mine overflows before the (user-land)
augustss
2000-03-14
Make sure the USB event thread discovers all devices first time it call
augustss
2000-02-22
Prepare a little for having USB interrupt processing done outside the hard
augustss
2000-02-02
Change the USB event mechanism to include more information about devices
augustss
2000-01-24
Use config_pending.
thorpej
1999-12-22
Use the flags `locator' to govern if devices are detected early or
augustss
1999-12-20
Make sure tsleep() is not called during cold boot.
augustss
1999-11-26
Make timeout device exploration optional in debug mode.
augustss
1999-11-22
Don't used extern on uhcidebug and ohidebug variables.
augustss
1999-11-20
Join two lines in the attach message.
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-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
Add an event mechanism so that a userland process can watch devices come
augustss
1999-09-18
Make sure the HC deactivation is propagated.
augustss
1999-09-15
Move the code around a little and clearly mark how to delay attachment
augustss
1999-09-15
Handle the use_polling flag with a lttle more care and only set it if
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
Rearrange the code a little so we can decide if we are in process
augustss
1999-09-05
Change the way the `struct device' base part of all driver softc are
augustss
1999-08-28
Change some 'struct device' to 'bdevice'. From FreeBSD.
augustss
1999-08-17
Make some small changes to make it compile on OpenBSD.
augustss
1999-08-14
Some changes from FreeBSD (no functional differences).
augustss
1999-08-02
Test return values the right way.
augustss
1999-07-06
Make the kthread API a bit more friendly to loadable kernel modules.
thorpej
1999-06-30
Totally redo the way device detach is done. It now uses a kernel event
augustss
1999-01-10
Some minor updates from FreeBSD.
augustss
1999-01-08
Various little fixes from the FreeBSD version.
augustss
1999-01-03
Add a length paarmeter to usbd_do_request_flags().
augustss
1998-12-29
Make it possible to specify the request flags when issuing a raw USB request.
augustss
1998-12-28
Fix typos.
augustss
1998-12-26
Merge changes to make the USB stack work with FreeBSD. The original
augustss
[next]