Undo the previous change. Polling the console any slower makes
the console unusable.
This commit is contained in:
parent
5f93930cc5
commit
68e5ca694d
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pdc.c,v 1.2 2002/08/05 20:38:35 fredette Exp $ */
|
||||
/* $NetBSD: pdc.c,v 1.3 2002/08/11 19:17:45 fredette Exp $ */
|
||||
|
||||
/* $OpenBSD: pdc.c,v 1.14 2001/04/29 21:05:43 mickey Exp $ */
|
||||
|
||||
|
@ -347,7 +347,7 @@ pdctimeout(v)
|
|||
if (tp->t_state & TS_ISOPEN)
|
||||
(*tp->t_linesw->l_rint)(c, tp);
|
||||
}
|
||||
callout_reset(&sc->sc_to, 10, pdctimeout, sc);
|
||||
callout_reset(&sc->sc_to, 1, pdctimeout, sc);
|
||||
}
|
||||
|
||||
struct tty *
|
||||
|
|
Loading…
Reference in New Issue