patch-1.3.85 linux/init/main.c

Next file: linux/mm/filemap.c
Previous file: linux/include/net/tcp.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.84/linux/init/main.c linux/init/main.c
@@ -32,9 +32,6 @@
 #include <linux/mm.h>
 #include <linux/major.h>
 #include <linux/blk.h>
-#ifdef CONFIG_APM
-#include <linux/apm_bios.h>
-#endif
 #ifdef CONFIG_ROOT_NFS
 #include <linux/nfs_fs.h>
 #endif
@@ -135,6 +132,10 @@
 extern void teles_setup(char *str, int *ints);
 #endif
 
+#ifdef CONFIG_DIGI
+extern void pcxx_setup(char *str, int *ints);
+#endif
+
 #if defined(CONFIG_SYSVIPC) || defined(CONFIG_KERNELD)
 extern void ipc_init(void);
 #endif
@@ -335,6 +336,9 @@
 #ifdef CONFIG_ISDN_DRV_TELES
 	{ "teles=", teles_setup },
 #endif
+#ifdef CONFIG_DIGI
+	{ "digi=", pcxx_setup },
+#endif
 	{ 0, 0 }
 };
 
@@ -727,9 +731,6 @@
 	sock_init();
 #if defined(CONFIG_SYSVIPC) || defined(CONFIG_KERNELD)
 	ipc_init();
-#endif
-#ifdef CONFIG_APM
-	apm_bios_init();
 #endif
 	dquot_init();
 	arch_syms_export();

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this