1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Back out t_timeout initializing, now in ttyregister

This commit is contained in:
Andrey A. Chernov 2000-05-01 10:53:12 +00:00
parent 051f60b976
commit 89fad7112d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59823

View File

@ -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;