diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-12-03 17:53:27 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2009-12-03 17:53:27 -0500 |
commit | fd87e792add54a5ab526e91e67107962f160ec70 (patch) | |
tree | c567f82fcc42a0fa8ce40797f0af4d714047968c /drivers/ata | |
parent | 82563232c79c6f0099a02f7d2652ee7aee3fe9ba (diff) |
pata_it8213: MWDMA0 is unsupported
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/pata_it8213.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_it8213.c b/drivers/ata/pata_it8213.c index feb3d540ee33..8f3325adceb3 100644 --- a/drivers/ata/pata_it8213.c +++ b/drivers/ata/pata_it8213.c | |||
@@ -262,7 +262,7 @@ static int it8213_init_one (struct pci_dev *pdev, const struct pci_device_id *en | |||
262 | static const struct ata_port_info info = { | 262 | static const struct ata_port_info info = { |
263 | .flags = ATA_FLAG_SLAVE_POSS, | 263 | .flags = ATA_FLAG_SLAVE_POSS, |
264 | .pio_mask = ATA_PIO4, | 264 | .pio_mask = ATA_PIO4, |
265 | .mwdma_mask = ATA_MWDMA2, | 265 | .mwdma_mask = ATA_MWDMA12_ONLY, |
266 | .udma_mask = ATA_UDMA4, /* FIXME: want UDMA 100? */ | 266 | .udma_mask = ATA_UDMA4, /* FIXME: want UDMA 100? */ |
267 | .port_ops = &it8213_ops, | 267 | .port_ops = &it8213_ops, |
268 | }; | 268 | }; |