patch-1.3.69 linux/init/main.c
Next file: linux/ipc/msg.c
Previous file: linux/include/net/sock.h
Back to the patch index
Back to the overall index
-  Lines: 26
 -  Date:
Mon Feb 26 11:58:17 1996
 -  Orig file: 
v1.3.68/linux/init/main.c
 -  Orig date: 
Wed Feb 14 14:37:19 1996
 
diff -u --recursive --new-file v1.3.68/linux/init/main.c linux/init/main.c
@@ -116,6 +116,12 @@
 static void load_ramdisk(char *str, int *ints);
 static void prompt_ramdisk(char *str, int *ints);
 #endif CONFIG_BLK_DEV_RAM
+#ifdef CONFIG_ISDN_DRV_ICN
+extern void icn_setup(char *str, int *ints);
+#endif
+#ifdef CONFIG_ISDN_DRV_TELES
+extern void teles_setup(char *str, int *ints);
+#endif
 
 #if defined(CONFIG_SYSVIPC) || defined(CONFIG_KERNELD)
 extern void ipc_init(void);
@@ -297,6 +303,12 @@
 #endif CONFIG_ISP16_CDI
 #ifdef CONFIG_SOUND
 	{ "sound=", sound_setup },
+#endif
+#ifdef CONFIG_ISDN_DRV_ICN
+	{ "icn=", icn_setup },
+#endif
+#ifdef CONFIG_ISDN_DRV_TELES
+	{ "teles=", teles_setup },
 #endif
 	{ 0, 0 }
 };
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