[ide] pdc202xx_old: PDC20267 needs the same LBA48 fixup as PDC20265

From: Krzysztof Chmielewski <k.chmielewski@neostrada.pl>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 33e5e79d
......@@ -585,7 +585,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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment