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
/
usscanner.c
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-03-14
revert the 0x% -> %# change for fixed width formats pointed out by uwe.
christos
2020-03-13
PR/55068: sc.dying: Fix printf formats:
christos
2019-12-01
localify
maxv
2019-09-14
Fix NULL deref. Found by vHCI.
maxv
2019-05-05
remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h
mrg
2018-01-21
PR kern/52931 Kernel panics with Atheros usb wireless interface
skrll
2016-12-04
Whitespace
skrll
2016-11-25
+#include "opt_usb.h"
skrll
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2016-04-23
Merge nick-nhusb
skrll
2013-09-15
Fix botch in previous
martin
2013-09-15
Remove unused variables
martin
2012-12-27
Consistent/Correct error message from failing usbd_set_config.
skrll
2012-03-06
pull down from usbmp branch:
mrg
2012-02-23
Include <sys/lwp.h> for access to curlwp, now used in various locking ops.
he
2012-02-20
assert kernel lock is held in a few places in inside scsipi.
mrg
2011-12-23
Revert previous due to active usbmp branch(es).
jakllsch
2011-12-22
Adjust-away inconsistent and trailing whitespace.
jakllsch
2010-11-03
Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
dyoung
2009-12-06
Simplify device-activation hooks.
dyoung
2009-09-23
fix up USB drivers printing of autoconf information
plunky
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2008-05-25
make this build with USSCANNER_DEBUG
cegger
2008-05-24
Split device_t and softc for all USB device drivers, and related cosmetic
cube
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-02-18
Use device_t and its accessor functions.
dyoung
2007-03-13
Introduce different autoconf interface attributes for USB drivers
drochner
2006-11-26
If no scsibus is configured, do not silently fail the attach but print
martin
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2005-12-11
merge ktrace-lwp.
christos
2005-05-11
Don't keep the devinfo string on the stack, instead use malloc/free.
augustss
2005-04-29
Check if we have any SCSI busses so this file doesn't cause link errors
augustss
2005-02-21
Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name
thorpej
2004-04-23
use bounded string ops (snprintf, strl*)
itojun
2004-03-22
MAXBSIZE->MAXPHYS -- this mysteriously broke all *kinds* of stuff when
tls
2002-09-23
Remove breaks after returns, unreachable returns and returns after
simonb
2002-07-26
Correct function name in some debug printfs. (More could be done.)
wiz
2002-07-11
Get rid of trailing white space.
augustss
2001-11-13
add RCSIDs
lukem
2001-04-28
Make it compile with DEBUG after SCSI changes.
augustss
2001-04-25
Pull up the thorpej_scsipi branch to main branch.
bouyer
2001-01-23
Make sure driver attach/detach events are generated in a consistent manner.
augustss
2001-01-18
No-op commit to force update to a non-"-kk" revision.
tv
2001-01-15
Fix comment typo.
augustss
2001-01-11
Mention that I found protocol info in the Linux driver.
augustss
2001-01-11
Note that I got information about the protocol from the Linux driver.
augustss
2001-01-11
Add a driver for HP5300 which uses a homebrew SCSI-over-USB protocol.
augustss