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 Poll the PDC console less frequently.
details: https://anonhg.NetBSD.org/src/rev/62798d5e8ff5
branches: trunk
changeset: 534887:62798d5e8ff5
user: fredette <fredette%NetBSD.org@localhost>
date: Mon Aug 05 20:38:35 2002 +0000
description:
Poll the PDC console less frequently.
diffstat:
sys/arch/hp700/dev/pdc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 39ea5e491135 -r 62798d5e8ff5 sys/arch/hp700/dev/pdc.c
--- a/sys/arch/hp700/dev/pdc.c Mon Aug 05 20:23:56 2002 +0000
+++ b/sys/arch/hp700/dev/pdc.c Mon Aug 05 20:38:35 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pdc.c,v 1.1 2002/06/06 19:48:04 fredette Exp $ */
+/* $NetBSD: pdc.c,v 1.2 2002/08/05 20:38:35 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, 1, pdctimeout, sc);
+ callout_reset(&sc->sc_to, 10, pdctimeout, sc);
}
struct tty *
Home |
Main Index |
Thread Index |
Old Index