summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/iha.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* iopoolification. Tested on my Initio INIC-950. Various eyes includingkrw2010-10-031-1/+4
* Change the scsi_cmd function member of scsi_adapter from int tokrw2010-03-231-2/+2
* Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod2009-02-161-2/+2
* Rename a few defines to avoid namespace pollution. The only one used was 'READ' which is now 'NVREAD'.krw2004-01-191-4/+4
* typos from Tom Cosgrove;jmc2003-10-211-5/+5
* As long as I am here pull in some useful changes from NetBSD.krw2003-03-301-10/+10
* Another chunk of bus_dma fixes. May actually approach correctness now.krw2003-03-291-20/+17
* Rework iha copyight verbiage to make clear what needs to be clear forkrw2002-11-141-19/+9
* First round of __P removal in sysmillert2002-03-141-5/+5
* Remove local defines for SCSI status codes and use those nowkrw2001-11-111-7/+1
* Switch everything to the new bus_dmamap_sync API.art2001-11-051-11/+1
* Prepare for transition to 5-parameter bus_dmamap_sync() by creating andkrw2001-08-261-3/+8
* Change references to inic-950 to inic-940/950 to reflect chipskrw2001-07-131-8/+8
* Remove static'ness of functions in line with normal OpenBSDkrw2001-07-131-6/+4
* Use offsetof() from sys/param.h, not a local define.krw2001-07-101-3/+1
* Fix incorrect logic 'optimization' so that sync is negotiated even ifkrw2001-07-091-2/+1
* Use <scsi/scsi_message.h> defines rather than homegrown ones.krw2001-02-081-38/+2
* Add support for Initio INI-91xx SCSI Cardskrw2001-01-231-0/+495