Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Perry E. Metzger <perry@netbsd.org>
List: source-changes
Date: 10/05/1998 22:52:23
Module Name:	src
Committed By:	perry
Date:		Tue Oct  6 05:52:23 UTC 1998

Modified Files:
	src/sys/arch/i386/isa: clock.c
Log Message:
Fix a potential Y2K bug on some clock chips: we were loading invalid
BCD into the year field of the RTC in years > 1999. It seems to have
worked just fine on my old broken down test machine, but apparently
some others actually get hurt. Suckage. We now make sure that we load
valid BCD.

Other ports should check for variations on this theme.