summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/pcrtc.c
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2002-06-24 08:04:47 +0000
committerkato <kato@FreeBSD.org>2002-06-24 08:04:47 +0000
commit467ba5e6b7badf5a8cce11b22ac8cc1c449acb5f (patch)
tree992c6dd7232a524890beb479be20a1505aa2cd03 /sys/pc98/cbus/pcrtc.c
parent72d0a6341665316380f8aef1d5f973cac35ebfdd (diff)
downloadFreeBSD-src-467ba5e6b7badf5a8cce11b22ac8cc1c449acb5f.zip
FreeBSD-src-467ba5e6b7badf5a8cce11b22ac8cc1c449acb5f.tar.gz
MFi386: sys/i386/isa/clock.c revision 1.187.
Diffstat (limited to 'sys/pc98/cbus/pcrtc.c')
-rw-r--r--sys/pc98/cbus/pcrtc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index 7ed9705..03be373 100644
--- a/sys/pc98/cbus/pcrtc.c
+++ b/sys/pc98/cbus/pcrtc.c
@@ -1553,7 +1553,7 @@ sysctl_machdep_i8254_freq(SYSCTL_HANDLER_ARGS)
}
SYSCTL_PROC(_machdep, OID_AUTO, i8254_freq, CTLTYPE_INT | CTLFLAG_RW,
- 0, sizeof(u_int), sysctl_machdep_i8254_freq, "I", "");
+ 0, sizeof(u_int), sysctl_machdep_i8254_freq, "IU", "");
static int
sysctl_machdep_tsc_freq(SYSCTL_HANDLER_ARGS)
@@ -1573,7 +1573,7 @@ sysctl_machdep_tsc_freq(SYSCTL_HANDLER_ARGS)
}
SYSCTL_PROC(_machdep, OID_AUTO, tsc_freq, CTLTYPE_INT | CTLFLAG_RW,
- 0, sizeof(u_int), sysctl_machdep_tsc_freq, "I", "");
+ 0, sizeof(u_int), sysctl_machdep_tsc_freq, "IU", "");
static unsigned
i8254_get_timecount(struct timecounter *tc)
OpenPOWER on IntegriCloud