summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2000-06-06 08:20:22 +0000
committerkato <kato@FreeBSD.org>2000-06-06 08:20:22 +0000
commitfae7c57d965bde722be5a6392a222ae2c6d8e08c (patch)
tree9db19602ac37d9afbfc74eda283d07c6ebabf3ac /sys/pc98/cbus
parent856f4b7d9be78bca170a9243670cfd4ba8429abf (diff)
downloadFreeBSD-src-fae7c57d965bde722be5a6392a222ae2c6d8e08c.zip
FreeBSD-src-fae7c57d965bde722be5a6392a222ae2c6d8e08c.tar.gz
Merged from sys/i386/isa/{clock.c,npx.c} revisions 1.151 and 1.82,
respectively.
Diffstat (limited to 'sys/pc98/cbus')
-rw-r--r--sys/pc98/cbus/clock.c2
-rw-r--r--sys/pc98/cbus/pcrtc.c2
2 files changed, 2 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud