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
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-01-01
Use aprint_normal() in cfprint routines.
thorpej
2002-12-30
extern references to debugging globals that really exist elsewhere
dsainty
2002-11-26
si_ -> sel_
christos
2002-10-23
merge kqueue branch into -current
jdolecek
2002-09-23
Remove breaks after returns, unreachable returns and returns after
simonb
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-06-01
SIMPLEQ rototill:
lukem
2002-05-09
Use callout init macro.
augustss
2002-04-23
Check for write permission for some ioctls.
augustss
2002-02-20
Prefix structure members to protect them against clashes with eg. c++ keywords.
christos
2002-02-11
Give usbd_do_request_flags() an extra argument for the timeout.
augustss
2002-02-03
Some white space fixes from FreeBSD.
augustss
2002-01-03
Add a DIAGNOSTIC check. From FreeBSD.
augustss
2002-01-02
Add a comment.
augustss
2002-01-02
Fix typo in last commit.
augustss
2002-01-02
Some more usb_proc_ptr changes.
augustss
2001-12-31
Delay bus enumeration a little in case the controller is a companion
augustss
2001-12-31
Make a typedef for struct proc to make portingeasier.
augustss
2001-11-26
Change wchan name for usb task thread.
augustss
2001-11-20
Create a special kernel thread to run the usb short lived tasks (instead
augustss
2001-11-20
Keep track of device speed for USB 2.0.
augustss
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
[next]