X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=drivers%2Fata%2Fpata_efar.c;h=bd498cc3920e1e81a5d767bbfcf21947cb711dc0;hb=14bdef982caeda19afe34010482867c18217c641;hp=ac6392ea35b05369df9455c3e0e0930465a379f0;hpb=c8126cc6025972629044cde750cec97f175792f7;p=deliverable%2Flinux.git diff --git a/drivers/ata/pata_efar.c b/drivers/ata/pata_efar.c index ac6392ea35b0..bd498cc3920e 100644 --- a/drivers/ata/pata_efar.c +++ b/drivers/ata/pata_efar.c @@ -251,9 +251,9 @@ static int efar_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) static int printed_version; static const struct ata_port_info info = { .flags = ATA_FLAG_SLAVE_POSS, - .pio_mask = 0x1f, /* pio0-4 */ - .mwdma_mask = 0x07, /* mwdma1-2 */ - .udma_mask = 0x0f, /* UDMA 66 */ + .pio_mask = ATA_PIO4, + .mwdma_mask = ATA_MWDMA2, /* mwdma1-2 */ + .udma_mask = ATA_UDMA3, /* UDMA 66 */ .port_ops = &efar_ops, }; const struct ata_port_info *ppi[] = { &info, NULL };