--- linux/drivers/ide/ide-pci.c_old Thu May 17 22:16:15 2001 +++ linux/drivers/ide/ide-pci.c Thu May 17 22:10:43 2001 @@ -655,6 +655,9 @@ if ((IDE_PCI_DEVID_EQ(d->devid, DEVID_PDC20265)) && (secondpdc++==1) && (port==1) ) goto controller_ok; + if (IDE_PCI_DEVID_EQ(d->devid, DEVID_PDC20267)) + goto controller_ok; + if (e->reg && (pci_read_config_byte(dev, e->reg, &tmp) || (tmp & e->mask) != e->val)) continue; /* port not enabled */ controller_ok: