Skip to content

Commit

Permalink
ata_piix: enable 32bit PIO on SATA piix
Browse files Browse the repository at this point in the history
Commit 871af12 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>
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Jan 12, 2010
1 parent a2342f4 commit 0b67c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/ata_piix.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ static struct ata_port_operations ich_pata_ops = {
};

static struct ata_port_operations piix_sata_ops = {
.inherits = &ata_bmdma_port_ops,
.inherits = &ata_bmdma32_port_ops,
};

static struct ata_port_operations piix_sidpr_sata_ops = {
Expand Down

0 comments on commit 0b67c74

Please sign in to comment.