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
/
iha.c
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2011-05-24
Kill redundant ()
joerg
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2008-05-14
Normalize my licenses.
tsutsui
2008-05-03
Change my mail address to netbsd.org one.
tsutsui
2008-04-12
Split device_t/softc.
tsutsui
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-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-05-21
void casts to functions whose return values are ignored.
christos
2006-04-14
Coverity CID 1099: Don't deref NULL if !DIAGNOSTIC
christos
2006-03-19
avoid deref of NULL
rtr
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-05-30
- add missing const
christos
2005-02-21
Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name
thorpej
2005-01-02
u_intNN_t -> uintNN_t
tsutsui
2004-12-07
When checking the CDB length, check against the field in the SCB
thorpej
2004-09-25
Use ANSI function decls.
tsutsui
2003-11-02
Fix some typos. From Tom Cosgrove via jmc@openbsd.
wiz
2003-10-19
Remove unreachable break after return and goto statements.
simonb
2003-05-03
DMA, not dma nor Dma.
wiz
2003-01-20
The Double-Semi-Colon Police.
simonb
2002-12-08
Put back MSG_IDENTIFY_LUNMASK (renamed to just be within the IHA namespace.
jmc
2002-11-14
Sync with copyright verbiage update of OpenBSD's iha(4).
tsutsui
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2002-04-05
Implement mstohz() as discussed on tech-kern, and use it in SCSI drivers
bouyer
2002-03-15
Remove an arg name in prototype declaration.
tsutsui
2002-02-09
- rename struct iha_scsi_req_q -> struct iha_scb
tsutsui
2001-12-16
malloc() + memset() -> malloc() with M_ZERO flag
tsutsui
2001-11-18
- Use MI ADAPTER_REQ_SET_XFER_MODE callback.
tsutsui
2001-11-17
- make sure to call bus_dmamap_unload() even after request sense
tsutsui
2001-11-13
add/cleanup RCSID
lukem
2001-09-29
Calculate offsets of sglist dinamically rather than use an static array
tsutsui
2001-09-27
Remove iha_minphys() and use minphys() instead.
tsutsui
2001-07-27
Fix some comments and remove an unused define. Partially from OpenBSD.
tsutsui
2001-07-27
Pull up some changes from OpenBSD's iha.c rev 1.6:
tsutsui
2001-07-27
Pull up some changes from OpenBSD's iha.c rev 1.5:
tsutsui
2001-07-19
Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.
thorpej
2001-07-07
bzero -> memset
thorpej
2001-06-07
Don't clear a callout on a scsipi_xfer that has been scsipi_done()'d.
thorpej
2001-06-05
Make some functions __inline.
tsutsui
2001-06-03
Add a driver for the Initio INIC-940/950 PCI SCSI controllers.
tsutsui