Re: 2.4.19-rc3 incorrectly detects PDC20276 in ATA mode as raid controller

Daniel Tschan (tschan+linux-kernel@devzone.ch)
Wed, 31 Jul 2002 14:22:13 +0200 (CEST)


Hi Marcelo

> Yes. The behaviour should be as previous kernels (work with the kernel
> driver by default).
>
> The following patch should fix it.
Yes it does. Line 410 of ide-pci.c should be changed too, from:

#else /* !CONFIG_PDC202XX_FORCE */

to

#else /* CONFIG_PDC202XX_FORCE */

Regards
Daniel

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