[libata] convert drivers to use ata.h mode mask defines
[linux-2.6-block.git] / drivers / ata / pata_mpiix.c
index aa576cac4d1756f7071d95fbf66ce6c579b26a8b..b21f0021f54aed850dd6e2825491f829e2a02d84 100644 (file)
@@ -200,7 +200,7 @@ static int mpiix_init_one(struct pci_dev *dev, const struct pci_device_id *id)
           the MPIIX your box goes castors up */
 
        ap->ops = &mpiix_port_ops;
-       ap->pio_mask = 0x1F;
+       ap->pio_mask = ATA_PIO4;
        ap->flags |= ATA_FLAG_SLAVE_POSS;
 
        ap->ioaddr.cmd_addr = cmd_addr;