Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31f80112 authored by Robert Hancock's avatar Robert Hancock Committed by Jeff Garzik
Browse files

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: default avatarRobert Hancock <hancockrwd@gmail.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent f35b5e7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,