|
@@ -2667,7 +2667,7 @@ static struct scsi_host_template bnx2fc_shost_template = {
|
|
.can_queue = BNX2FC_CAN_QUEUE,
|
|
.can_queue = BNX2FC_CAN_QUEUE,
|
|
.use_clustering = ENABLE_CLUSTERING,
|
|
.use_clustering = ENABLE_CLUSTERING,
|
|
.sg_tablesize = BNX2FC_MAX_BDS_PER_CMD,
|
|
.sg_tablesize = BNX2FC_MAX_BDS_PER_CMD,
|
|
- .max_sectors = 512,
|
|
|
|
|
|
+ .max_sectors = 1024,
|
|
};
|
|
};
|
|
|
|
|
|
static struct libfc_function_template bnx2fc_libfc_fcn_templ = {
|
|
static struct libfc_function_template bnx2fc_libfc_fcn_templ = {
|