Hopefully the patch is properly constructed, my 1st. ;-)
Thanks
Martin
--- /home/mhvl/linux/drivers/pnp/isapnp.c Tue Jul 25 20:25:14 2000
+++ isapnp.c Sat Aug 26 22:32:10 2000
@@ -529,7 +529,7 @@
(*res)->irq = irq;
#ifdef CONFIG_PCI
for (i=0; i<16; i++)
- if (irq->map & i)
+ if (irq->map & (1<<i))
pcibios_penalize_isa_irq(i);
#endif
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Aug 31 2000 - 21:00:23 EST