sata_sil: enable 32-bit PIO
authorRobert Hancock <hancockrwd@gmail.com>
Tue, 14 Apr 2009 04:57:28 +0000 (22:57 -0600)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 10 Jun 2009 11:50:17 +0000 (07:50 -0400)
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>
drivers/ata/sata_sil.c

index e67ce8e5caa5f16b623eaeb2606a4811bec6a01f..030ec079b184ec592cae99164a91fcca8b5b9075 100644 (file)
@@ -183,7 +183,7 @@ static struct scsi_host_template sil_sht = {
 };
 
 static struct ata_port_operations sil_ops = {
-       .inherits               = &ata_bmdma_port_ops,
+       .inherits               = &ata_bmdma32_port_ops,
        .dev_config             = sil_dev_config,
        .set_mode               = sil_set_mode,
        .bmdma_setup            = sil_bmdma_setup,
This page took 0.046306 seconds and 5 git commands to generate.