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
/
ic
/
ld_aac.c
Age
Commit message (
Expand
)
Author
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2010-07-27
Rework debug printf invocation to not fail on LP64 so easily.
jakllsch
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2008-10-02
Add support for >2TB arrays and implement raw I/O mode which is a
sborrill
2008-09-09
Complete device_t/softc split for the ld(4) attachments. This should
tron
2008-04-30
Make various bits of debug code compile again.
ad
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-08
use aprint_*_dev and device_xname
cegger
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-07-29
It's not a good idea for device drivers to modify b_flags, as they don't
ad
2007-06-05
Bring in changes from FreeBSD...
briggs
2007-05-26
Clear interrupt status at once instead of piecemeal.
briggs
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-03-25
Use device_parent().
thorpej
2006-01-29
add cast to compile with AAC_DPRINTF
jdolecek
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2005-02-08
Use aprint_*() instead of printf() at attach time.
briggs
2004-10-28
move buffer queue related stuffs from buf.h to their own header, bufq.h.
yamt
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-05-02
Fix pasto.
ad
2002-04-26
Add a driver for Adaptec FSA RAID controllers, as often found in Dell
ad