Re: 2.3.42 alpha updates

From: Dominik Kubla (dominik.kubla@uni-mainz.de)
Date: Sat Feb 05 2000 - 11:52:08 EST


While we are at the topic of the alpha port: config.in is missing

        define_bool CONFIG_ISA y

for those platforms which actually have an ISA bridge (like NONAME).
Without this some working drivers, eg for the i82365 PCMCIA controller,
will no longer compile.

Dominik
========================================================================
--- linux/arch/alpha/config.in.orig Wed Jan 12 18:20:56 2000
+++ linux/arch/alpha/config.in Sun Feb 6 17:44:40 2000
@@ -72,6 +72,7 @@
 if [ "$CONFIG_ALPHA_NONAME" = "y" -o "$CONFIG_ALPHA_EB66" = "y" \
        -o "$CONFIG_ALPHA_EB66P" = "y" -o "$CONFIG_ALPHA_P2K" = "y" ]
 then
+ define_bool CONFIG_ISA y
        define_bool CONFIG_PCI y
        define_bool CONFIG_ALPHA_EV4 y
        define_bool CONFIG_ALPHA_LCA y

-
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 : Mon Feb 07 2000 - 21:00:12 EST