index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
iha.c
Age
Commit message (
Expand
)
Author
2012-02-04
Close races where timer is started on a command and then an splbio()
Kenneth R Westerback
2012-01-11
ansify and de'register some prototypes
David Hill
2010-10-03
iopoolification. Tested on my Initio INIC-950. Various eyes including
Kenneth R Westerback
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-05-20
New scsi code seems to be stable. Pluck previously identified
Kenneth R Westerback
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
2010-01-10
Set ITSDONE in scsi_done() and zap trivial instances of setting it
Kenneth R Westerback
2009-09-04
Missing scsi_done() in some error path returning COMPLETE; ok dlg@
Miod Vallat
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2009-01-21
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
Alexander Yurchenko
2008-11-24
Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.
Kenneth R Westerback
2008-09-12
SCSI_DATA_UIO is never used. Code which checks for it is either dead or
Miod Vallat
2007-12-29
fix comments after the members of scsi_adapter were changed.
David Gwynne
2007-11-05
Take a bit more care to ensure that SCSI_POLL commands always return
Kenneth R Westerback
2007-10-18
avoid splassert, caused by the fact that iha_main() is called
Otto Moerbeek
2007-04-10
``it's'' -> ``its'' when the grammar gods require this change.
Miod Vallat
2005-12-03
The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is
Kenneth R Westerback
2005-11-05
Don't tempt fate by TAILQ_REMOVE()'ing inside TAILQ_FOREACH(), even if
Kenneth R Westerback
2004-01-19
Rename a few defines to avoid namespace pollution. The only one used was 'REA...
Kenneth R Westerback
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-03-30
As long as I am here pull in some useful changes from NetBSD.
Kenneth R Westerback
2003-03-29
A few final (I hope) tweaks to the dma fixes.
Kenneth R Westerback
2003-03-29
Another chunk of bus_dma fixes. May actually approach correctness now.
Kenneth R Westerback
2003-03-29
Use sc_print_addr() where possible to improve messages.
Kenneth R Westerback
2003-03-28
Fix REQUEST SENSE handling based on lessons learned struggling with
Kenneth R Westerback
2002-11-14
Rework iha copyight verbiage to make clear what needs to be clear for
Kenneth R Westerback
2002-10-09
Remove trailing '\n's from panic messages.
Kenneth R Westerback
2002-06-09
fix the use of "cuz" in the tree; these are all in comments
Jason Peel
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-11
Remove local defines for SCSI status codes and use those now
Kenneth R Westerback
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-10-14
Andreas Gunnarsson found a bug in iha that causes system crashes
Kenneth R Westerback
2001-08-26
Prepare for transition to 5-parameter bus_dmamap_sync() by creating and
Kenneth R Westerback
2001-07-13
Change references to inic-950 to inic-940/950 to reflect chips
Kenneth R Westerback
2001-07-13
Remove static'ness of functions in line with normal OpenBSD
Kenneth R Westerback
2001-07-10
Use offsetof() from sys/param.h, not a local define.
Kenneth R Westerback
2001-07-09
Minor code clean ups.
Kenneth R Westerback
2001-07-09
Fix incorrect logic 'optimization' so that sync is negotiated even if
Kenneth R Westerback
2001-02-20
Tone down the verbosity level slightly on the iha driver, print
Kenneth R Westerback
2001-02-08
Use <scsi/scsi_message.h> defines rather than homegrown ones.
Kenneth R Westerback
2001-01-23
Add support for Initio INI-91xx SCSI Cards
Kenneth R Westerback