]> err.no Git - linux-2.6/blobdiff - drivers/ata/pata_netcell.c
libata-link: linkify reset
[linux-2.6] / drivers / ata / pata_netcell.c
index b7c8b13ffda8572c9aebaf03115e45cac1f87e5f..40eb574828bf759b1b8a103c8431305819197e2e 100644 (file)
@@ -99,7 +99,7 @@ static int netcell_init_one (struct pci_dev *pdev, const struct pci_device_id *e
                   firmware deals with it */
                .pio_mask       = 0x1f, /* pio0-4 */
                .mwdma_mask     = 0x07, /* mwdma0-2 */
-               .udma_mask      = 0x3f, /* UDMA 133 */
+               .udma_mask      = ATA_UDMA5, /* UDMA 133 */
                .port_ops       = &netcell_ops,
        };
        const struct ata_port_info *port_info[] = { &info, NULL };