Subject: Re: CVS commit: src/sys
To: Garrett D'Amore <garrett_damore@tadpole.com>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 09/02/2006 21:48:05
Garrett D'Amore <garrett_damore@tadpole.com> writes:
>> x86 and amd64 should be really easy to fix up. From there we can ask
>> portmasters to fix up the others pretty quickly.
>
> Heh.  i386 and amd64 at least doesn't have todr_attach anywhere.    I
> have NFI how they do their real-time clocks.

/usr/src/sys/arch/i386/isa/clock.c contains the i386
inittodr/resettodr mixed in with lots of other stuff.

The amd64 port has a copy of the same file (this is probably a bad
thing) in its own amd/isa/clock.c -- doubtless we should abstract out
the driver.

Perry