|
@@ -137,6 +137,7 @@ static struct scsi_host_template arcmsr_scsi_host_template = {
|
|
.cmd_per_lun = ARCMSR_MAX_CMD_PERLUN,
|
|
.cmd_per_lun = ARCMSR_MAX_CMD_PERLUN,
|
|
.use_clustering = ENABLE_CLUSTERING,
|
|
.use_clustering = ENABLE_CLUSTERING,
|
|
.shost_attrs = arcmsr_host_attrs,
|
|
.shost_attrs = arcmsr_host_attrs,
|
|
|
|
+ .no_write_same = 1,
|
|
};
|
|
};
|
|
static struct pci_device_id arcmsr_device_id_table[] = {
|
|
static struct pci_device_id arcmsr_device_id_table[] = {
|
|
{PCI_DEVICE(PCI_VENDOR_ID_ARECA, PCI_DEVICE_ID_ARECA_1110)},
|
|
{PCI_DEVICE(PCI_VENDOR_ID_ARECA, PCI_DEVICE_ID_ARECA_1110)},
|