summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/syscons.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-05-01 10:53:12 +0000
committerache <ache@FreeBSD.org>2000-05-01 10:53:12 +0000
commit87f7021571a6e679577a6b977f10f581e7bf7be4 (patch)
tree55af801ad8655f3bc5d0683494d09879be975f69 /sys/dev/syscons/syscons.c
parent6de8b3ee73940b2f141f54e60104a61350c687a7 (diff)
downloadFreeBSD-src-87f7021571a6e679577a6b977f10f581e7bf7be4.zip
FreeBSD-src-87f7021571a6e679577a6b977f10f581e7bf7be4.tar.gz
Back out t_timeout initializing, now in ttyregister
Diffstat (limited to 'sys/dev/syscons/syscons.c')
-rw-r--r--sys/dev/syscons/syscons.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c
index f18602c..0d60d32 100644
--- a/sys/dev/syscons/syscons.c
+++ b/sys/dev/syscons/syscons.c
@@ -2526,7 +2526,6 @@ scinit(int unit, int flags)
if (flags & SC_KERNEL_CONSOLE) {
sc->dev = main_devs;
sc->dev[0] = makedev(CDEV_MAJOR, unit*MAXCONS);
- main_tty.t_timeout = -1;
sc->dev[0]->si_tty = &main_tty;
ttyregister(&main_tty);
scp = &main_console;
OpenPOWER on IntegriCloud