From fae7c57d965bde722be5a6392a222ae2c6d8e08c Mon Sep 17 00:00:00 2001 From: kato Date: Tue, 6 Jun 2000 08:20:22 +0000 Subject: Merged from sys/i386/isa/{clock.c,npx.c} revisions 1.151 and 1.82, respectively. --- sys/pc98/cbus/clock.c | 2 +- sys/pc98/cbus/pcrtc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/pc98/cbus') diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index 820421b..5b7d27e 100644 --- a/sys/pc98/cbus/clock.c +++ b/sys/pc98/cbus/clock.c @@ -144,7 +144,7 @@ int clkintr_pending; int disable_rtc_set; /* disable resettodr() if != 0 */ volatile u_int idelayed; int statclock_disable; -u_int stat_imask = SWI_CLOCK_MASK; +u_int stat_imask = SWI_LOW_MASK; #ifndef TIMER_FREQ #ifdef PC98 #define TIMER_FREQ 2457600; diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c index 820421b..5b7d27e 100644 --- a/sys/pc98/cbus/pcrtc.c +++ b/sys/pc98/cbus/pcrtc.c @@ -144,7 +144,7 @@ int clkintr_pending; int disable_rtc_set; /* disable resettodr() if != 0 */ volatile u_int idelayed; int statclock_disable; -u_int stat_imask = SWI_CLOCK_MASK; +u_int stat_imask = SWI_LOW_MASK; #ifndef TIMER_FREQ #ifdef PC98 #define TIMER_FREQ 2457600; -- cgit v1.1