]> err.no Git - linux-2.6/blobdiff - drivers/ata/sata_sis.c
Merge branch 'upstream-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6] / drivers / ata / sata_sis.c
index f111c984a359f50da823b50284c31ddb9d557fb6..fd80bcf1b236c1179b777ebb5e3305693a84c965 100644 (file)
@@ -133,7 +133,7 @@ static const struct ata_port_info sis_port_info = {
        .flags          = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY,
        .pio_mask       = 0x1f,
        .mwdma_mask     = 0x7,
-       .udma_mask      = 0x7f,
+       .udma_mask      = ATA_UDMA6,
        .port_ops       = &sis_ops,
 };