Re: [PATCH] 2.5.17 IDE 67

Martin Dalecki (dalecki@evision-ventures.com)
Thu, 23 May 2002 16:32:30 +0200


Uz.ytkownik Tom Rini napisa?:

>
> Er, you've lost me. The call to ide_release_dma(ch) used to be guarded
> by (CONFIG_BLK_DEV_IDEDMA) && !CONFIG_DMA_NONPCI) but is now just
> guarded by CONFIG_BLK_DEV_IDEDMA. Am I missing something (should all
> drivers be implementing ide_release_dma()?)

Ahh this case. Well please look even closer:

./include/linux/ide.h:extern void ide_release_dma(struct ata_channel *);
./arch/cris/drivers/ide.c: * - added ide_release_dma
./arch/cris/drivers/ide.c:void ide_release_dma(struct ata_channel *ch)

All right?

This was actually fixing a bug/mission :-)

-
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/