Re: [PATCH] 2.4.19-rc2-ac2 pdc202xx.c update

support (support@promise.com.tw)
Mon, 22 Jul 2002 11:16:04 +0800


Giro,

Yes, It's 2.4.18 + patch-2.4.19-rc2 + patch-2.4.19-rc2-ac2 +
promise-patch-2.4.19-rc2-ac2.

Sorry, In ide.c (line-918) lack a '{' sign.c

> drivers/ide/idedriver.o(.text+0x3b37): undefined reference to
> `pdc202xx_marvell_idle'

Sorry, You must not enable CONFIG_BLK_DEV_PDC202XX
Or append follows will be okay.
ide.c (line-172)
#ifdef CONFIG_BLK_DEV_PDC202XX
extern int pdc202xx_marvell_idle (ide_drive_t *);/* needed below -- Promise
*/
#endif

ide.c (line-918)
if (GET_STAT() & (BUSY_STAT|DRQ_STAT)) {
#ifdef CONFIG_BLK_DEV_PDC202XX
/* Give a breath for Idle Immediate by Promise */
if (HWIF(drive)->pci_devid.vid == PCI_VENDOR_ID_PROMISE)
pdc202xx_marvell_idle(drive);
else
#endif
OUT_BYTE(WIN_IDLEIMMEDIATE, IDE_COMMAND_REG); /* force an abort */
}

Alan or Marcelo, Would you please help us to update above issue? Thanks.

Francois,

We don't occur Oops you said, Please check your patch rule again.

--
Promise Technology, Inc

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/