patch-2.1.82 linux/init/main.c
Next file: linux/kernel/ksyms.c
Previous file: linux/include/linux/smb_fs.h
Back to the patch index
Back to the overall index
-  Lines: 29
-  Date:
Sun Jan 25 10:05:47 1998
-  Orig file: 
v2.1.81/linux/init/main.c
-  Orig date: 
Fri Jan 23 18:10:32 1998
diff -u --recursive --new-file v2.1.81/linux/init/main.c linux/init/main.c
@@ -119,6 +119,9 @@
 #ifdef CONFIG_PARIDE_PF
 extern void pf_setup(char *str, int *ints);
 #endif
+#ifdef CONFIG_PARIDE_PT
+extern void pt_setup(char *str, int *ints);
+#endif
 #ifdef CONFIG_PARIDE_PCD
 extern void pcd_setup(char *str, int *ints);
 #endif
@@ -701,7 +704,7 @@
 #ifdef CONFIG_PLIP
 	{ "plip=", plip_setup },
 #endif
-#ifdef CONFIG_SOUNDMODEM
+#ifdef CONFIG_HFMODEM
 	{ "hfmodem=", hfmodem_setup },
 #endif
 #ifdef CONFIG_PMAC_CONSOLE
@@ -731,6 +734,9 @@
 #endif
 #ifdef CONFIG_PARIDE_PF
 	{ "pf.", pf_setup },
+#endif
+#ifdef CONFIG_PARIDE_PT
+        { "pt.", pt_setup },
 #endif
 	{ 0, 0 }
 };
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov