Subject: CVS commit: syssrc/sys/arch/i386/isa
To: None <source-changes@netbsd.org>
From: Ken Hornstein <kenh@netbsd.org>
List: source-changes
Date: 12/03/2002 18:11:12
Module Name: syssrc
Committed By: kenh
Date: Tue Dec 3 16:11:12 UTC 2002
Modified Files:
syssrc/sys/arch/i386/isa: clock.c
Log Message:
The day-of-week register in the MC146818 has the value 1-7, but
clock_secs_to_ymdhms() returns dt_wday with a range of 0-6. Make sure
the DOW register has the correct range.
To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 syssrc/sys/arch/i386/isa/clock.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.