commit | 322e079f1b606e46b79bb8b8e6cf6110b5f2aa3f | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Tue Nov 29 23:08:40 2005 -0500 |
committer | James Bottomley <jejb@mulgrave.(none)> | Tue Dec 13 17:27:10 2005 -0700 |
tree | 541a03bb0d7ff2809069122e5b10431072124587 | |
parent | 1a68de5c08be8c77c4ad208306187bd95107c7cd [diff] |
[SCSI] Negotiate correctly with async-only devices When we got a device only capable of async, we would zero out goal->period which would cause us to try PPR negotiations. Leave goal->period alone, and check goal->offset before doing PPR. Kudos to Daniel Forsgren for figuring this out. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>