Subject: Re: CVS commit: src/sys/arch/x68k
To: Garrett D'Amore <gdamore@NetBSD.org>
From: Jachym Holecek <freza@dspfpga.com>
List: source-changes
Date: 09/19/2006 13:13:20
# Garrett D'Amore 2006-09-19:
> 
> Module Name:	src
> Committed By:	gdamore
> Date:		Tue Sep 19 10:13:10 UTC 2006
> 
> Modified Files:
> 	src/sys/arch/x68k/include: types.h
> 	src/sys/arch/x68k/x68k: clock.c
> 
> Log Message:
> Convert x68k to timecounters.   This conversion is not tested, due to lack
> of available test candidates.  It uses the previously unused (as far as I
> can tell) Timer D, in freerunning mode.  It only uses a 1/200 prescaler
> (20KHz), as anything faster would roll over too fast for the system timer.
> (Gotta love 8-bit resolution timers!)  Approved for untested commit by core@.

Maybe we could document larger untested MD changes in sys/${arch}/README
or somesuch, so that people with the hardware have a list of likely
suspects?

	-- Jachym