This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / ide / pci / pdc202xx_old.c
index 651879a..bc5964e 100644 (file)
@@ -709,7 +709,8 @@ static void __devinit init_hwif_pdc202xx(ide_hwif_t *hwif)
        struct pci_dev *dev = hwif->pci_dev;
 
        /* PDC20265 has problems with large LBA48 requests */
-       if (dev->device == PCI_DEVICE_ID_PROMISE_20265)
+       if ((dev->device == PCI_DEVICE_ID_PROMISE_20267) ||
+           (dev->device == PCI_DEVICE_ID_PROMISE_20265))
                hwif->rqsize = 256;
 
        hwif->autodma = 0;