Re: mvme68k timecounters.... untested

Izumi Tsutsui <[email protected]> Sat, 5 Jan 2008 22:59:34 +0900
Newsgroups gmane.os.netbsd.ports.mvme68k,gmane.os.netbsd.ports.m68k
Message-ID <[email protected]>
[email protected] wrote:

> > +static uint32_t clock_pcc_getcount(struct timecounter *);
> 
> static u_int clock_pcc_getcount(struct timecounter *);
> to match the prototype.

Ah, okay, fixed. (I should open more windows ;-)

> If you can freely program the frequency and just have a free running
> counter, use as high a frequency as possible.

It also affects hardclock(9) so it should be done in
a separate commit after tested on the real hardware, I think.

Anyway, I'll commit the changes tomorrow.
---
Izumi Tsutsui