commit | e4862fedbc37a2c242824b100101f8e6e8488748 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Fri May 06 13:14:48 2005 -0500 |
committer | James Bottomley <jejb@mulgrave.(none)> | Fri May 06 15:12:02 2005 -0500 |
tree | 428cfeddc46cc3a7b695b65e34d8054494b55281 | |
parent | 949bf797595fc99d4cadf9a294fe6fd32a4474e6 [diff] |
[SCSI] correct the sym2 period setting routines There's a slight bug in the routines in that if the period requires dt, then the routine will unconditionally set it. DT may only be set if Wide is also set, so this turns back on the wide bit. For domain validation to work correctly, we need to observe the wide bit absolutely. Acked by: Matthew Wilcox <willy@debian.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>