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
/
ubsa.c
Age
Commit message (
Expand
)
Author
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
2012-02-24
remove any remnants of freebsd/openbsd code.
mrg
2011-12-23
Revert previous due to active usbmp branch(es).
jakllsch
2011-12-22
Adjust-away inconsistent and trailing whitespace.
jakllsch
2011-06-12
Fix the build of ALL kernel (hi matt@).
rmind
2010-11-03
Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
dyoung
2009-11-12
Simplify activation hooks. (sc_dying must die!)
dyoung
2009-09-23
fix up USB drivers printing of autoconf information
plunky
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
2008-01-21
add full support device driver for Huawei E220 wireless modem
ichiro
2007-03-13
Introduce different autoconf interface attributes for USB drivers
drochner
2007-02-10
Add support for CDMA modems sold by Eurotel (now O2) in .cz
salo
2007-02-10
Option N.V. is the real vendor, Vodafone just sells the UMTS cards.
mlelstv
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-08-17
Fix all the -D*DEBUG* code that it was rotting away and did not even compile.
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
2004-11-08
Fix kern/28086.
augustss
2004-09-13
a round of autoconf cleanup:
drochner
2004-04-23
use bounded string ops (snprintf, strl*)
itojun
2004-01-05
Get rid of some vnode.h includes.
augustss
2003-11-12
Don't free non-malloced memory. From mlang@delysid.org
augustss
2003-07-14
add missing __KERNEL_RCSID()
lukem
2002-11-25
Avoid uninitialized var usage in detach.
fvdl
2002-11-25
Need <sys/device.h>; on a lot of platforms it's probably included
fvdl
2002-10-27
Cosmetic changes.
augustss
2002-10-08
ubsa_activate() is prototyped unconditionally as non-static,
pooka
2002-10-08
Add driver for Belkin (and other) serial adapter.
augustss