ata_piix: enable 32bit PIO on SATA piix

Commit 871af1210f13966ab911ed2166e4ab2ce775b99d enabled 32bit PIO for
PATA piix but didn't for SATA. There's no reason not to use 32bit PIO
on SATA piix. Enable it.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

authored by Tejun Heo and committed by Jeff Garzik 0b67c743 a2342f46

+1 -1
+1 -1
drivers/ata/ata_piix.c
··· 329 329 }; 330 330 331 331 static struct ata_port_operations piix_sata_ops = { 332 - .inherits = &ata_bmdma_port_ops, 332 + .inherits = &ata_bmdma32_port_ops, 333 333 }; 334 334 335 335 static struct ata_port_operations piix_sidpr_sata_ops = {