patch-2.4.4 linux/drivers/char/tty_io.c

Next file: linux/drivers/ide/alim15x3.c
Previous file: linux/drivers/char/toshiba.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/drivers/char/tty_io.c linux/drivers/char/tty_io.c
@@ -149,7 +149,11 @@
 extern void console_8xx_init(void);
 extern int rs_8xx_init(void);
 extern void hwc_console_init(void);
+extern void hwc_tty_init(void);
 extern void con3215_init(void);
+extern void tty3215_init(void);
+extern void tub3270_con_init(void);
+extern void tub3270_initfunc(void);
 extern void rs285_console_init(void);
 extern void sa1100_rs_console_init(void);
 extern void sgi_serial_console_init(void);
@@ -2199,6 +2203,9 @@
 #ifdef CONFIG_3215
         con3215_init();
 #endif
+#ifdef CONFIG_3270_CONSOLE
+	tub3270_con_init();
+#endif
 #ifdef CONFIG_HWC
         hwc_console_init();
 #endif
@@ -2342,5 +2349,14 @@
 #endif	
 #ifdef CONFIG_VT
 	vcs_init();
+#endif
+#ifdef CONFIG_3270
+	tub3270_initfunc();
+#endif
+#ifdef CONFIG_3215
+	tty3215_init();
+#endif
+#ifdef CONFIG_HWC
+	hwc_tty_init();
 #endif
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)