From a275bb6d8e01dedaadf32cdf2cf8b7fceff662df Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Thu, 8 Jan 2009 21:59:17 +0200 Subject: [PATCH] linux26: disabled CONFIG_SUNDANCE_MMIO, makes the module fail to initialize the NIC (since .20 to present) --- base/linux26/arch/config-common.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/linux26/arch/config-common.sh b/base/linux26/arch/config-common.sh index 90f75685d..7baa3b584 100644 --- a/base/linux26/arch/config-common.sh +++ b/base/linux26/arch/config-common.sh @@ -31,3 +31,6 @@ CONFIG_SERIAL_8250_CONSOLE=y CONFIG_DEBUG_.*=n CONFIG_.*_DEBUG=n EOT + +# broken since 2.6.20 and still as of 2.6.27 +echo "CONFIG_SUNDANCE_MMIO=n"