diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1998-06-08 08:56:43 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1998-06-08 08:56:43 +0000 |
| commit | 4dd125707d0db4f29447b39371d96c63a5fb50d5 (patch) | |
| tree | b6a91f37ade7e9362fce57f5b0254e887ff8b6e0 | |
| parent | c7e9ceee5922e0db76e1535b6ee1e174efa1358a (diff) | |
Notes
| -rw-r--r-- | sys/pc98/cbus/clock.c | 4 | ||||
| -rw-r--r-- | sys/pc98/cbus/pcrtc.c | 4 | ||||
| -rw-r--r-- | sys/pc98/pc98/clock.c | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index 8d55bb8f86ad..e5d52f7485b5 100644 --- a/sys/pc98/cbus/clock.c +++ b/sys/pc98/cbus/clock.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 */ diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c index 8d55bb8f86ad..e5d52f7485b5 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 */ diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c index 8d55bb8f86ad..e5d52f7485b5 100644 --- a/sys/pc98/pc98/clock.c +++ b/sys/pc98/pc98/clock.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 */ |
