diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-07-19 19:11:59 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-07-19 19:11:59 -0400 |
commit | 4099d14322149c7a467e4997b87be4ba8eb78697 (patch) | |
tree | 133a913d7f9c2dacaaaef5cfdf2ae6911dc21f4c /drivers/ide/pci/it821x.c | |
parent | 6a824c92db4d606c324272c4eed366fb71672440 (diff) |
ide: add PIO masks
* Add ATA_PIO[0-6] defines to <linux/ata.h>.
* Add ->pio_mask field to ide_pci_device_t and ide_hwif_t.
* Add PIO masks to host drivers.
<linux/ata.h> change ACK-ed by Jeff Garzik <jeff@garzik.org>.
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/pci/it821x.c')
-rw-r--r-- | drivers/ide/pci/it821x.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ide/pci/it821x.c b/drivers/ide/pci/it821x.c index 790233db017b..9286c99e2ff0 100644 --- a/drivers/ide/pci/it821x.c +++ b/drivers/ide/pci/it821x.c | |||
@@ -720,7 +720,8 @@ static unsigned int __devinit init_chipset_it821x(struct pci_dev *dev, const cha | |||
720 | .init_hwif = init_hwif_it821x, \ | 720 | .init_hwif = init_hwif_it821x, \ |
721 | .autodma = AUTODMA, \ | 721 | .autodma = AUTODMA, \ |
722 | .bootable = ON_BOARD, \ | 722 | .bootable = ON_BOARD, \ |
723 | .fixup = it821x_fixups \ | 723 | .fixup = it821x_fixups, \ |
724 | .pio_mask = ATA_PIO4, \ | ||
724 | } | 725 | } |
725 | 726 | ||
726 | static ide_pci_device_t it821x_chipsets[] __devinitdata = { | 727 | static ide_pci_device_t it821x_chipsets[] __devinitdata = { |