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
/
aic79xxvar.h
Age
Commit message (
Expand
)
Author
2021-10-15
fix typos in comments.
andvar
2021-08-22
fix typos in comments, add missing RCSID.
andvar
2009-09-26
Split device_t/softc. Tested on aic7901A.
tsutsui
2009-09-03
Remove now unused *shutdown_hook from softc.
tsutsui
2009-09-02
TAB vs space cleanup.
tsutsui
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2008-03-21
Use aprint_*_dev(), and device_xname(). Constify a bit.
dyoung
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-11-28
Don't call alloc_scb() (which can call bus_dmamem_alloc/map) from
bouyer
2005-06-28
Remove some extern decls for PCI-specific stuff that are private to
thorpej
2005-05-30
- add missing const
christos
2005-02-27
nuke trailing whitespace
perry
2004-04-21
avoid unbounded sprintf(), use snprintf()
itojun
2004-04-19
Spell removable with only two es. Inspired by jmc@openbsd.
wiz
2003-11-02
Fix some typos. From Tom Cosgrove via jmc@openbsd.
wiz
2003-10-08
Cap the transfer size at MAXPHYS, the driver won't get bigger requests
fvdl
2003-09-02
* Make the ahc and ahd probes more alike.
fvdl
2003-08-29
Apply the following change from 06/28/2003 04:45:25 by gibbs to the
thorpej
2003-08-29
Apply the following change from 06/28/2003 04:39:49 by gibbs to the
thorpej
2003-08-29
Apply the following change from 05/30/2003 02:14:22 made by scottl to the
thorpej
2003-08-29
Apply the following change from 6/6/2003 23:48:18 by gibbs to the
thorpej
2003-08-29
Apply the following change checked in 2003/05/04 00:20:07 by gibbs
thorpej
2003-07-26
Make this work on systems where bus_dmamap_sync() is not a noop.
thorpej
2003-07-08
function prototype must not have variable name
itojun
2003-05-14
Correct spelling of coalesce. (Will forward to Justin Gibbs.)
wiz
2003-05-03
DMA, not dma nor Dma.
wiz
2003-04-21
Reset bus in attach, not at first access.
fvdl
2003-04-21
ahd, driver for Adaptec 790x U320 controllers. Originally by Justin Gibbs
fvdl