Subject: Re: CVS commit: syssrc/sys/arch/i386/isa
To: Ken Hornstein <kenh@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 12/03/2002 09:03:27
On Tue, Dec 03, 2002 at 06:11:12PM +0200, Ken Hornstein wrote:
> 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.
You might want to double-check all of the various "mcclock" drivers to
make sure they don't also have this bug.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>