Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 09/03/2006 05:25:05
Module Name:	src
Committed By:	gdamore
Date:		Sun Sep  3 05:25:05 UTC 2006

Modified Files:
	src/sys/kern: kern_todr.c

Log Message:
Incorporate changes from x86/i386 as follows:

1) don't set a clock when panicing during early boot
2) if the filesystem time is newer than the rtc time (by at least 2 days) then
revert to the filesystem time.
3) use x86 style messaging.

We still use a threshold of 2 days of gain or loss in time to warn though.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 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.