Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/dev Undo the previous change. Polling the co...



details:   https://anonhg.NetBSD.org/src/rev/2d2e7d3487b5
branches:  trunk
changeset: 535188:2d2e7d3487b5
user:      fredette <fredette%NetBSD.org@localhost>
date:      Sun Aug 11 19:17:45 2002 +0000

description:
Undo the previous change.  Polling the console any slower makes
the console unusable.

diffstat:

 sys/arch/hp700/dev/pdc.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0204f5aa0c3b -r 2d2e7d3487b5 sys/arch/hp700/dev/pdc.c
--- a/sys/arch/hp700/dev/pdc.c  Sun Aug 11 17:00:04 2002 +0000
+++ b/sys/arch/hp700/dev/pdc.c  Sun Aug 11 19:17:45 2002 +0000
@@ -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 @@
                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 *



Home | Main Index | Thread Index | Old Index