aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/isci/host.c')
-rw-r--r--drivers/scsi/isci/host.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/scsi/isci/host.c b/drivers/scsi/isci/host.c
index 670ecb456d4..7e4d709dc20 100644
--- a/drivers/scsi/isci/host.c
+++ b/drivers/scsi/isci/host.c
@@ -1676,8 +1676,9 @@ static void sci_controller_set_default_config_parameters(struct isci_host *ihost
1676 1676
1677 /* Initialize all of the phy parameter information. */ 1677 /* Initialize all of the phy parameter information. */
1678 for (index = 0; index < SCI_MAX_PHYS; index++) { 1678 for (index = 0; index < SCI_MAX_PHYS; index++) {
1679 /* Default to 6G (i.e. Gen 3) for now. */ 1679 /* Default to 3G (i.e. Gen 2). */
1680 ihost->user_parameters.phys[index].max_speed_generation = 3; 1680 ihost->user_parameters.phys[index].max_speed_generation =
1681 SCIC_SDS_PARM_GEN2_SPEED;
1681 1682
1682 /* the frequencies cannot be 0 */ 1683 /* the frequencies cannot be 0 */
1683 ihost->user_parameters.phys[index].align_insertion_frequency = 0x7f; 1684 ihost->user_parameters.phys[index].align_insertion_frequency = 0x7f;