--- linux-2.4.21/drivers/ide/setup-pci.c Fri Jun 13 07:51:34 2003 +++ linux-2.4.21-work/drivers/ide/setup-pci.c Thu Jul 10 12:02:45 2003 @@ -640,7 +640,8 @@ */ if (((d->vendor == PCI_VENDOR_ID_PROMISE) && ((d->device == PCI_DEVICE_ID_PROMISE_20262) || - (d->device == PCI_DEVICE_ID_PROMISE_20265))) && + (d->device == PCI_DEVICE_ID_PROMISE_20265) || + (d->device == PCI_DEVICE_ID_PROMISE_20276))) && (secondpdc++==1) && (port==1)) goto controller_ok;