Andre, what's the idea behind the following change:
--- linux-2.4.0-prerelease-pristine/drivers/ide/ide-features.c Mon Oct 16 12:21:40
2000
+++ linux-2.4.0-prerelease/drivers/ide/ide-features.c Sun Dec 31 21:53:17 2000
@@ -224,7 +224,7 @@
#ifndef CONFIG_IDEDMA_IVB
if ((drive->id->hw_config & 0x6000) == 0) {
#else /* !CONFIG_IDEDMA_IVB */
- if (((drive->id->hw_config & 0x2000) == 0) ||
+ if (((drive->id->hw_config & 0x2000) == 0) &&
((drive->id->hw_config & 0x4000) == 0)) {
#endif /* CONFIG_IDEDMA_IVB */
printk("%s: Speed warnings UDMA 3/4/5 is not functional.\n",
drive->name);
as it apparently makes CONFIG_IDEDMA_IVB a complete no-op?
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
- Chipsets, DVD-RAM, and timeouts.... Andre Hedrick
- Re: Chipsets, DVD-RAM, and timeouts.... Jens Axboe
- Re: Chipsets, DVD-RAM, and timeouts.... Alan Cox
- Re: Chipsets, DVD-RAM, and timeouts.... Jens Axboe
- Re: Chipsets, DVD-RAM, and timeouts.... Alan Cox
- Re: Chipsets, DVD-RAM, and timeouts...... Stefan Traby
- Re: Chipsets, DVD-RAM, and timeou... Alan Cox
- Re: Chipsets, DVD-RAM, and timeouts...... Jens Axboe
- Re: Chipsets, DVD-RAM, and timeouts.... Kai Henningsen
- Re: Chipsets, DVD-RAM, and timeouts.... Linus Torvalds
- Re: Chipsets, DVD-RAM, and timeouts.... Andre Hedrick
- Re: Chipsets, DVD-RAM, and timeouts.... Alan Cox
- Re: Chipsets, DVD-RAM, and timeouts...... Andre Hedrick
- Re: Chipsets, DVD-RAM, and timeou... Linus Torvalds
- Re: Chipsets, DVD-RAM, and ti... Andre Hedrick
- Re: Chipsets, DVD-RAM, and timeouts.... David Woodhouse
- Re: Chipsets, DVD-RAM, and timeouts.... Hakan Lennestal
- Re: Chipsets, DVD-RAM, and timeouts.... Linus Torvalds
- Re: Chipsets, DVD-RAM, and timeouts...... Hakan Lennestal
- Re: Chipsets, DVD-RAM, and timeou... James H. Cloos Jr.

