2.3.99pre3 - Sound and non-PCI pseudo-patch

From: Tranchant, Mark (M.A.) (mtranch2@ford.com)
Date: Tue Mar 28 2000 - 01:57:34 EST


Just tried to compile 2.3.99pre3 on my VESA-bus 486 with SoundBlaster 16
support as a module and PCI not configured.

Compilation failed in soundcard.c with "invalid lvalue in assignment" on
line 572. This line is trying to assign a value to isa_dma_bridge_buggy,
which is defined in include/asm/dma.h as extern int if PCI is configured,
but as a symbolic constant if is not.

My suggestion would be to wrap the offending line in soundcard.c with an
#ifdef CONFIG_PCI, but I'm not sure if that's a fix or a workaround botch.

---
Mark Tranchant
Work email: mtranch2@ford.com
Home email: mark@tranchant.freeserve.co.uk
WWW: http://www.tranchant.freeserve.co.uk/

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



This archive was generated by hypermail 2b29 : Fri Mar 31 2000 - 21:00:21 EST