move input interrupt timeouts to always happen, and every tick
authorBill Joy <bill@ucbvax.Berkeley.EDU>
Sat, 10 May 1980 11:53:54 +0000 (03:53 -0800)
committerBill Joy <bill@ucbvax.Berkeley.EDU>
Sat, 10 May 1980 11:53:54 +0000 (03:53 -0800)
SCCS-vsn: sys/kern/kern_clock.c 3.7

usr/src/sys/kern/kern_clock.c

index bede4fb..ba31178 100644 (file)
@@ -1,4 +1,4 @@
-/*     kern_clock.c    3.6     %H%     */
+/*     kern_clock.c    3.7     %H%     */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -37,7 +37,7 @@ unsigned short kcount[20000];
  * We handle regular calls to the dh and dz silo input processors
  * without using timeouts to save a little time.
  */
  * We handle regular calls to the dh and dz silo input processors
  * without using timeouts to save a little time.
  */
-int    rintvl = 4;             /* every 1/15'th of sec check receivers */
+int    rintvl = 0;             /* every 1/60'th of sec check receivers */
 int    rcnt;
 
 clock(pc, ps)
 int    rcnt;
 
 clock(pc, ps)