summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/pcrtc.c
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-06-08 08:56:43 +0000
committerkato <kato@FreeBSD.org>1998-06-08 08:56:43 +0000
commit2c9e07b212f4b0edb7fb74e387031651b42c71c8 (patch)
tree253135424b2e29f4ce79b2f27639d8fbee72bb55 /sys/pc98/cbus/pcrtc.c
parent83707e06e74526c6521d61f87e0cd33892dcee20 (diff)
downloadFreeBSD-src-2c9e07b212f4b0edb7fb74e387031651b42c71c8.zip
FreeBSD-src-2c9e07b212f4b0edb7fb74e387031651b42c71c8.tar.gz
Sync with sys/i386/isa/clock.c revision 1.123.
Diffstat (limited to 'sys/pc98/cbus/pcrtc.c')
-rw-r--r--sys/pc98/cbus/pcrtc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index 8d55bb8..e5d52f7 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.55 1998/05/28 13:51:39 kato Exp $
+ * $Id: clock.c,v 1.56 1998/06/07 09:51:08 kato Exp $
*/
/*
@@ -200,6 +200,7 @@ static void set_timer_freq(u_int freq, int intr_freq);
static struct timecounter tsc_timecounter[3] = {
tsc_get_timecount, /* get_timecount */
+ 0, /* no poll_pps */
~0u, /* counter_mask */
0, /* frequency */
"TSC" /* name */
@@ -210,6 +211,7 @@ SYSCTL_OPAQUE(_debug, OID_AUTO, tsc_timecounter, CTLFLAG_RD,
static struct timecounter i8254_timecounter[3] = {
i8254_get_timecount, /* get_timecount */
+ 0, /* no poll_pps */
~0u, /* counter_mask */
0, /* frequency */
"i8254" /* name */
OpenPOWER on IntegriCloud