Subject: Re: CVS commit: src/sys
To: None <gdamore@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 09/02/2006 16:58:35
On Sep 2, 2006, at 1:18 PM, Garrett D'Amore wrote:

>
> Module Name:	src
> Committed By:	gdamore
> Date:		Sat Sep  2 20:18:00 UTC 2006
>
> Modified Files:
> 	src/sys/conf: files
> Added Files:
> 	src/sys/kern: kern_todr.c
>
> Log Message:
> Add MI implementation of inittodr, todr_attach, and resettodr.
>
> This is triggered upon __HAVE_GENRIC_TODR in machine/types.h.   
> Conversion of
> evbmips port forthcoming.

Wouldn't this be better placed in sys/dev/todr.c, and use a config  
attribute to bring it in (or let MD files.* files specify its use)?

>
>
> To generate a diff of this commit:
> cvs rdiff -r1.805 -r1.806 src/sys/conf/files
> cvs rdiff -r0 -r1.1 src/sys/kern/kern_todr.c
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

-- thorpej