patch-2.2.18 linux/drivers/char/tty_io.c
Next file: linux/drivers/char/wd501p.h
Previous file: linux/drivers/char/synclink.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Wed Nov 8 23:03:17 2000
- Orig file:
v2.2.17/drivers/char/tty_io.c
- Orig date:
Sat Sep 9 18:42:37 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/drivers/char/tty_io.c linux/drivers/char/tty_io.c
@@ -129,6 +129,9 @@
extern long console_8xx_init(long, long);
extern int rs_8xx_init(void);
#endif /* CONFIG_8xx */
+#ifdef CONFIG_MAC_SERIAL
+extern long mac_scc_console_init(long, long);
+#endif
#ifdef CONFIG_3215
extern long con3215_init(long, long);
#endif /* CONFIG_3215 */
@@ -2097,6 +2100,8 @@
#ifdef CONFIG_SERIAL_CONSOLE
#ifdef CONFIG_8xx
kmem_start = console_8xx_init(kmem_start, kmem_end);
+#elif defined(CONFIG_MAC_SERIAL)
+ kmem_start = mac_scc_console_init(kmem_start, kmem_end);
#else
kmem_start = serial_console_init(kmem_start, kmem_end);
#endif /* CONFIG_8xx */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)