diff options
Diffstat (limited to 'drivers/ata/pata_mpiix.c')
-rw-r--r-- | drivers/ata/pata_mpiix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_mpiix.c b/drivers/ata/pata_mpiix.c index aa576cac4d17..b21f0021f54a 100644 --- a/drivers/ata/pata_mpiix.c +++ b/drivers/ata/pata_mpiix.c | |||
@@ -200,7 +200,7 @@ static int mpiix_init_one(struct pci_dev *dev, const struct pci_device_id *id) | |||
200 | the MPIIX your box goes castors up */ | 200 | the MPIIX your box goes castors up */ |
201 | 201 | ||
202 | ap->ops = &mpiix_port_ops; | 202 | ap->ops = &mpiix_port_ops; |
203 | ap->pio_mask = 0x1F; | 203 | ap->pio_mask = ATA_PIO4; |
204 | ap->flags |= ATA_FLAG_SLAVE_POSS; | 204 | ap->flags |= ATA_FLAG_SLAVE_POSS; |
205 | 205 | ||
206 | ap->ioaddr.cmd_addr = cmd_addr; | 206 | ap->ioaddr.cmd_addr = cmd_addr; |