Yes, this is a known problem (the patch below got lost). MKISS still has a few other
pending issues to resolve for 2.4 so I would recommend you use it with care.
Working on fixing it...
-- Hans
diff -u4Nr -X dontdiff linux-2.4.0-prerelease.orig/drivers/net/setup.c linux-2.4.0-prerelease/drivers/net/setup.c
--- linux-2.4.0-prerelease.orig/drivers/net/setup.c Mon Dec 11 21:38:29 2000
+++ linux-2.4.0-prerelease/drivers/net/setup.c Mon Jan 1 07:21:15 2001
@@ -8,9 +8,8 @@
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/netlink.h>
-extern int mkiss_init_ctrl_dev(void);
extern int slip_init_ctrl_dev(void);
extern int strip_init_ctrl_dev(void);
extern int x25_asy_init_ctrl_dev(void);
@@ -147,11 +146,8 @@
slip_init_ctrl_dev();
#endif
#if defined(CONFIG_X25_ASY)
x25_asy_init_ctrl_dev();
-#endif
-#if defined(CONFIG_MKISS)
- mkiss_init_ctrl_dev();
#endif
#if defined(CONFIG_STRIP)
strip_init_ctrl_dev();
#endif
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/