No you aren't an idiot, you just need to make one additional change
> > --- drivers/pci/pcisyms.c.orig Fri Nov 20 23:56:14 1998
> > +++ drivers/pci/pcisyms.c Fri Nov 20 23:52:11 1998
> > @@ -42,4 +42,6 @@
> >
> > /* Quirk info */
> >
> > +#ifdef CONFIG_PCI_QUIRKS
> > EXPORT_SYMBOL(isa_dma_bridge_buggy);
> > +#endif
That fix is exactly right. The other one is to change the CONFIG_PCI
to CONFIG_PCI_QUIRK in asm/dma.h
Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/