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