> i've had problems compiling pcmcia support in the last 2 pre releases of
>the test10 kernel, pre4 and pre5. i'm using pcmcia-cs-3.1.21, which last
>time i checked was the latest version of the pcmcia package source.
I'm using this patch.
/Mikael
--- pcmcia-cs-3.1.21/Configure.~1~ Thu Aug 17 21:17:11 2000
+++ pcmcia-cs-3.1.21/Configure Tue Oct 24 19:10:50 2000
@@ -411,6 +411,8 @@
if [ $ARCH = "i386" ] ; then
CONFIG_X86_L1_CACHE_BYTES=32
write_int CONFIG_X86_L1_CACHE_BYTES
+ CONFIG_X86_L1_CACHE_SHIFT=5
+ write_int CONFIG_X86_L1_CACHE_SHIFT
fi
if [ $ARCH = "alpha" ] ; then
if [ $VERSION_CODE -lt `version 2 2 0` ] ; then
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/