summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2008-03-26 13:25:27 +0000
committerphk <phk@FreeBSD.org>2008-03-26 13:25:27 +0000
commit44bfb30efdba0d9e7610adc1f78c743a11e6e49d (patch)
tree029f3f74cc9c75264d9234377a8db078d9759cb6 /sys/pc98
parent6f9c1b7d4776925aa7a6446151e8f9c1ffd6119f (diff)
downloadFreeBSD-src-44bfb30efdba0d9e7610adc1f78c743a11e6e49d.zip
FreeBSD-src-44bfb30efdba0d9e7610adc1f78c743a11e6e49d.tar.gz
The RTC related pscnt and psdiv variables have no business being public.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/cbus/clock.c2
-rw-r--r--sys/pc98/cbus/pcrtc.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c
index 037ef40..fdc3cc3 100644
--- a/sys/pc98/cbus/clock.c
+++ b/sys/pc98/cbus/clock.c
@@ -96,8 +96,6 @@ __FBSDID("$FreeBSD$");
#define TIMER_DIV(x) ((timer_freq + (x) / 2) / (x))
int clkintr_pending;
-int pscnt = 1;
-int psdiv = 1;
int statclock_disable;
#ifndef TIMER_FREQ
#define TIMER_FREQ 2457600
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index 037ef40..fdc3cc3 100644
--- a/sys/pc98/cbus/pcrtc.c
+++ b/sys/pc98/cbus/pcrtc.c
@@ -96,8 +96,6 @@ __FBSDID("$FreeBSD$");
#define TIMER_DIV(x) ((timer_freq + (x) / 2) / (x))
int clkintr_pending;
-int pscnt = 1;
-int psdiv = 1;
int statclock_disable;
#ifndef TIMER_FREQ
#define TIMER_FREQ 2457600
OpenPOWER on IntegriCloud