commit | 5a04bf4befa8bffa012eedc3a0903c158b9131a9 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Wed May 31 18:27:38 2006 +0900 |
committer | Tejun Heo <htejun@gmail.com> | Wed May 31 18:27:38 2006 +0900 |
tree | 7145c99e6df311a6d732fc3569d9a048829f92ba | |
parent | 315343637b988ac32d730a6a9f7bf5866838bcb0 [diff] |
[PATCH] libata-hp-prep: implement ap->hw_sata_spd_limit Add ap->hw_sata_spd_limit and initialize it once during the boot initialization (or driver load initialization). ap->sata_spd_limit is reset to ap->hw_sata_spd_limit on hotplug. This prevents spd limits introduced by earlier devices from affecting new devices. Signed-off-by: Tejun Heo <htejun@gmail.com>