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
/
pci
/
mlx_pci.c
Age
Commit message (
Expand
)
Author
2012-10-27
split device_t/softc for all remaining drivers.
chs
2009-11-26
Cleanup interrupt establish error messages. Do not mix
njoly
2009-05-12
use device_private().
cegger
2009-05-06
struct device * -> device_t, no functional changes intended.
cegger
2009-05-06
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-10
use aprint_*_dev and device_xname
cegger
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-09-02
static goes first
christos
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-08-31
Nuke incorrect mailbox length defines and just use 13 everywhere. May help
ad
2002-08-26
Handle aincent firmware as found on EISA/MCA boards. Untested.
ad
2001-11-13
add RCSID
lukem
2001-07-26
Map both memory and IO space, but prefer using memory space.
ad
2001-07-26
Don't map I/O space if we have already have a good memory mapping.
ad
2001-05-15
Correct arguments to bus_dmamap_create(), and add a reset routine for the v3
ad
2001-02-18
Make it compile (for alpha). The porting author might want to look
mjacob
2001-02-04
Add a driver for the Mylex DAC960 family (including DEC SWXCR).
ad