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
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