tsutsui
|
2388751cea
|
Sync with copyright verbiage update of OpenBSD's iha(4).
|
2002-11-14 17:07:42 +00:00 |
tsutsui
|
0f5d20e20b
|
- rename struct iha_scsi_req_q -> struct iha_scb
- reorder some functions
- some more cosmetics
|
2002-02-09 15:13:00 +00:00 |
tsutsui
|
11a1ddc5dd
|
- make sure to call bus_dmamap_unload() even after request sense
- fix usage of scb flags
- misc cleanup
|
2001-11-17 21:26:12 +00:00 |
tsutsui
|
9cb10f82f8
|
Calculate offsets of sglist dinamically rather than use an static array
because PAGE_SIZE is not constant on some ports.
|
2001-09-29 14:23:37 +00:00 |
tsutsui
|
883a221861
|
Adjust IHA_MAX_SG_ENTRIES since fragments of DMA buffer are not
more than (MAXPHYS / PAGE_SIZE + 1).
|
2001-09-27 15:11:34 +00:00 |
tsutsui
|
1f1c7b96d8
|
Fix some comments and remove an unused define. Partially from OpenBSD.
|
2001-07-27 16:16:34 +00:00 |
tsutsui
|
14f1650c62
|
Remove unused members from SCSI command block structure.
|
2001-06-09 13:43:02 +00:00 |
tsutsui
|
bcdd082840
|
Add a driver for the Initio INIC-940/950 PCI SCSI controllers.
Based on OpenBSD's iha driver, and modified some structures by me.
Tested on arc, i386 and macppc.
|
2001-06-03 13:43:45 +00:00 |