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@.