commit | d24e1eeb3a16e4944288c2f3bf082e1513f4b425 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Wed Sep 06 19:25:22 2006 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Thu Sep 07 15:16:44 2006 -0500 |
tree | 395812a03c26a8693c23362eb403048164352dd6 | |
parent | 88edf74610bd894b93438f389688bc8b4a2d3414 [diff] |
[SCSI] scsi_transport_sas: make minimum and maximum linkrate settable quantities According to SPEC, the minimum_linkrate and maximum_linkrate should be settable by the user. This patch introduces a callback that allows the sas class to pass these settings on to the driver. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>