sata_sil: enable 32-bit PIO
32-bit PIO seems to work fine on sata_sil hardware (tested on SiI3114) and is listed as OK in the Silicon Image datasheets. Enable it. Signed-off-by: Robert Hancock <hancockrwd@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
committed by
Jeff Garzik
parent
f35b5e7c06
commit
31f80112cc
@@ -183,7 +183,7 @@ static struct scsi_host_template sil_sht = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static struct ata_port_operations sil_ops = {
|
static struct ata_port_operations sil_ops = {
|
||||||
.inherits = &ata_bmdma_port_ops,
|
.inherits = &ata_bmdma32_port_ops,
|
||||||
.dev_config = sil_dev_config,
|
.dev_config = sil_dev_config,
|
||||||
.set_mode = sil_set_mode,
|
.set_mode = sil_set_mode,
|
||||||
.bmdma_setup = sil_bmdma_setup,
|
.bmdma_setup = sil_bmdma_setup,
|
||||||
|
Reference in New Issue
Block a user