Re: IDEDMA problems.
mlord (mlord@pobox.com)
Wed, 03 Dec 1997 12:40:34 -0500
Rogier Wolff wrote:
> Add:
> /* This is for x86. Do other architectures use this device? */
> #define MAX_IRQ 15
> if (pciirq > MAX_IRQ) {
> printk ("Warning: Your bios gave your IDE chip IRQ%d which is invalid.\n", pciirq);
> pciirq = 0;
> }
Thanks for the suggestion, but the fix I've submitted is even simpler,
we'll just not bother asking the BIOS for the pciirq, and instead just
probe for it regardless -- the way we always used to do it until 2.1.68.
--
mlord@pobox.com
The Linux IDE guy