Subject: Re: CVS commit: src/sys/arch/i386
To: None <gdamore@netbsd.org>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 09/03/2006 12:15:11
Garrett D'Amore <gdamore@netbsd.org> writes:
> Module Name:	src
> Committed By:	gdamore
> Date:		Sun Sep  3 05:26:11 UTC 2006
>
> Modified Files:
> 	src/sys/arch/i386/include: types.h
> 	src/sys/arch/i386/isa: clock.c
>
> Log Message:
> Convert i386 to use common TODR code.  Not tested, but Christos says he'll
> test it for me right now. :-)

The code that remains probably should be in something like
sys/dev/isa, because it is completely shared between x86 and amd64 and
any other machine that uses that RTC clock on an ISA bus could, in
theory, use exactly the same code.

Perry