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
/
aic79xx_osm.h
Age
Commit message (
Expand
)
Author
2013-04-03
undo previous commit of unrelated debugging.
christos
2013-04-03
instead of ifnet use ethercom.
christos
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2009-09-26
Split device_t/softc. Tested on aic7901A.
tsutsui
2009-09-05
Make ahd_detach() take struct ahd_softc * rather than device_t
tsutsui
2009-09-02
TAB vs space cleanup.
tsutsui
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2008-06-24
Fix prototype of ahd_send_async(). Pull in dev/ic/aic7xxx_cam.h to get ac_code.
gmcgarry
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-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-02-16
Change "inline" back to "__inline" in .h files -- C99 is still too
perry
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2005-02-21
Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name
thorpej
2003-11-02
Fix some typos. From Tom Cosgrove via jmc@openbsd.
wiz
2003-08-29
Apply the following change made on 5/26/2003 21:43:29 by gibbs to the
thorpej
2003-07-08
function prototype must not have variable name
itojun
2003-05-03
DMA, not dma nor Dma.
wiz
2003-04-21
ahd, driver for Adaptec 790x U320 controllers. Originally by Justin Gibbs
fvdl