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
/
if_rum.c
Age
Commit message (
Expand
)
Author
2010-01-19
Redefine bpf linkage through an always present op vector, i.e.
pooka
2009-12-06
Simplify several device-activation hooks.
dyoung
2009-09-28
Attach DWA-111.
pooka
2009-09-23
fix up USB drivers printing of autoconf information
plunky
2009-08-02
add Melco(Buffalo) WLI-UC-G 11b/11g wifi adaptor (rt2573).
tshiozak
2009-03-18
bzero -> memset
cegger
2009-01-03
remove extra semicolons.
yamt
2008-11-07
*** Summary ***
dyoung
2008-10-21
Add
jun
2008-07-08
Add a device ID seen in Kojinsha notebook. From Ryo Shimizu.
uebayasi
2008-05-24
Split device_t and softc for all USB device drivers, and related cosmetic
cube
2008-04-05
use aprint_*_dev and device_xname
cegger
2007-12-09
Merge jmcneill-pm branch.
jmcneill
2007-11-25
+ Add COREGA CG-WLUSB2GL and ABOCOM WUG2700.
kiyohara
2007-10-21
Fix a number of driver which doesn't check wep flag in *_tx_mgt.
degroote
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-08-26
Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to
dyoung
2007-08-15
Already called *_free_[rt]x_list() in *_stop().
kiyohara
2007-07-11
Stopgap fix to avoid crash on detach if the attach failed due to eg
drochner
2007-06-09
Use usb_callout.
kiyohara
2007-05-07
Sync the list of supported models with OpenBSD, 13 new models were
xtraeme
2007-05-07
Add support for ASUS WL-167g ver 2, from PR kern/35113 (Dave Huang).
xtraeme
2007-03-13
Introduce different autoconf interface attributes for USB drivers
drochner
2007-03-11
print a size_t value with a size_t format.
mlelstv
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-26
Add casts to debug printf so it also compiles on i386.
wiz
2007-02-21
Fix debug format strings (found on amd64).
wiz
2007-02-06
PR/35552: Yojiro UO: add new devices for rum(4)
elad
2006-11-25
PR/35122: Dieter Roelants: Support for LevelOne WNC-0301USB USB wireless
christos
2006-11-01
Missing __KERNEL_RCSID()
xtraeme
2006-10-31
Add rum(4) for newer USB Ralink devices. Obtained from OpenBSD.
joerg