patch-2.3.99-pre4 linux/drivers/char/tty_io.c
Next file: linux/drivers/char/tuner.c
Previous file: linux/drivers/char/sh-sci.h
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Sun Apr 2 15:20:27 2000
- Orig file:
v2.3.99-pre3/linux/drivers/char/tty_io.c
- Orig date:
Mon Mar 27 08:08:24 2000
diff -u --recursive --new-file v2.3.99-pre3/linux/drivers/char/tty_io.c linux/drivers/char/tty_io.c
@@ -99,9 +99,6 @@
#ifdef CONFIG_VT
extern void con_init_devfs (void);
#endif
-void tty_register_devfs (struct tty_driver *driver, unsigned int flags,
- unsigned minor);
-void tty_unregister_devfs (struct tty_driver *driver, unsigned minor);
#define CONSOLE_DEV MKDEV(TTY_MAJOR,0)
#define TTY_DEV MKDEV(TTYAUX_MAJOR,0)
@@ -153,6 +150,12 @@
extern console_8xx_init(void);
extern int rs_8xx_init(void);
#endif /* CONFIG_8xx */
+#ifdef CONFIG_HWC
+extern void hwc_console_init(void);
+#endif
+#ifdef CONFIG_3215
+extern void con3215_init(void);
+#endif /* CONFIG_3215 */
#ifndef MIN
@@ -2191,6 +2194,12 @@
#if defined(CONFIG_SERIAL167)
serial167_console_init();
#endif
+#endif
+#ifdef CONFIG_3215
+ con3215_init();
+#endif
+#ifdef CONFIG_HWC
+ hwc_console_init();
#endif
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)