commit | 9a3dd65bafcfa3338cfb4b6b7e12ff59aca0ac28 | [log] [tgz] |
---|---|---|
author | Boaz Harrosh <bharrosh@panasas.com> | Mon Nov 05 11:21:40 2007 +0200 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Jan 11 18:22:39 2008 -0600 |
tree | c48e89bac733c362ab2526ffdf61b5965071c3c1 | |
parent | fe7ed98fd49a28287aca8b0ba8da8fb9ca35a055 [diff] |
[SCSI] wd7000: proper fix for boards without sg support - code used to set sg_tablesize to zero for board revision less than 6. This is no longer supported, therefore I use sg_tablesize=1 and open code the sg handling for that case. - Get rid of use of SG_NONE which will be removed soon. Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: James <James.Bottomley@HansenPartnership.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>