Re: linux-2.1.129ac3 minor bug

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sat, 21 Nov 1998 23:23:09 +0000 (GMT)


> I'm an idiot, this will break sound and possible other things. Just do as
> Alan says on his diary page and enable pci-quirks until he releases 129ac4.

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/