Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 04/16/2003 19:07:35
Module Name:	src
Committed By:	dsl
Date:		Wed Apr 16 19:07:35 UTC 2003

Modified Files:
	src/sys/arch/i386/i386: machdep.c

Log Message:
Don't set the RTC to kernel time during shutdown.
This stops the system RTC drifting if any hardclock ticks were missed (eg
if the system spent any time at the kdb prompt).
The RTC is set whenever the system clock is set, so setting at shutdown
is unnecessary.


To generate a diff of this commit:
cvs rdiff -r1.519 -r1.520 src/sys/arch/i386/i386/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.