--- linux-2.4.22.orig/drivers/ide/pci/pdc202xx_old.c 2003-08-25 13:44:41.000000000 +0200 +++ linux-2.4.22/drivers/ide/pci/pdc202xx_old.c 2003-08-27 00:13:24.000000000 +0200 @@ -697,9 +697,6 @@ hwif->tuneproc = &config_chipset_for_pio; hwif->quirkproc = &pdc202xx_quirkproc; - if (hwif->pci_dev->device == PCI_DEVICE_ID_PROMISE_20265) - hwif->addressing = (hwif->channel) ? 0 : 1; - if (hwif->pci_dev->device != PCI_DEVICE_ID_PROMISE_20246) { hwif->busproc = &pdc202xx_tristate; hwif->resetproc = &pdc202xx_reset;