aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1998-02-23 12:24:27 +0000
committerKATO Takenori <kato@FreeBSD.org>1998-02-23 12:24:27 +0000
commit9f3962f9bbefc68a7e4e4c5795e76e83898f1cf5 (patch)
treefe41129b0afba15848f2682350a66eff29f56cfe /sys
parentdbcff413280153842b414cadc314a15ce5880fc0 (diff)
downloadsrc-9f3962f9bbefc68a7e4e4c5795e76e83898f1cf5.tar.gz
src-9f3962f9bbefc68a7e4e4c5795e76e83898f1cf5.zip
Sync with sys/i386/isa/clock.c revision 1.113.
Notes
Notes: svn path=/head/; revision=33764
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/cbus/clock.c3
-rw-r--r--sys/pc98/cbus/pcrtc.c3
-rw-r--r--sys/pc98/pc98/clock.c3
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c
index d509db8ddf0f..d2e62ce06bbd 100644
--- a/sys/pc98/cbus/clock.c
+++ b/sys/pc98/cbus/clock.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.44 1998/02/21 15:54:23 kato Exp $
+ * $Id: clock.c,v 1.45 1998/02/22 13:44:39 kato Exp $
*/
/*
@@ -223,6 +223,7 @@ clkintr(struct clockframe frame)
i8254_offset += timer0_max_count;
else
i8254_ticked = 0;
+ i8254_lastcount = 0;
timer_func(&frame);
switch (timer0_state) {
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index d509db8ddf0f..d2e62ce06bbd 100644
--- a/sys/pc98/cbus/pcrtc.c
+++ b/sys/pc98/cbus/pcrtc.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.44 1998/02/21 15:54:23 kato Exp $
+ * $Id: clock.c,v 1.45 1998/02/22 13:44:39 kato Exp $
*/
/*
@@ -223,6 +223,7 @@ clkintr(struct clockframe frame)
i8254_offset += timer0_max_count;
else
i8254_ticked = 0;
+ i8254_lastcount = 0;
timer_func(&frame);
switch (timer0_state) {
diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c
index d509db8ddf0f..d2e62ce06bbd 100644
--- a/sys/pc98/pc98/clock.c
+++ b/sys/pc98/pc98/clock.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.44 1998/02/21 15:54:23 kato Exp $
+ * $Id: clock.c,v 1.45 1998/02/22 13:44:39 kato Exp $
*/
/*
@@ -223,6 +223,7 @@ clkintr(struct clockframe frame)
i8254_offset += timer0_max_count;
else
i8254_ticked = 0;
+ i8254_lastcount = 0;
timer_func(&frame);
switch (timer0_state) {