From owner-cvs-src@FreeBSD.ORG Fri Jul 27 17:22:13 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E440816A419; Fri, 27 Jul 2007 17:22:13 +0000 (UTC) (envelope-from nyan@jp.FreeBSD.org) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.freebsd.org (Postfix) with ESMTP id 84BFB13C48A; Fri, 27 Jul 2007 17:22:13 +0000 (UTC) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) by watery.cc.kogakuin.ac.jp (8.13.6/8.13.6) with ESMTP id l6RGuJ5C043245; Sat, 28 Jul 2007 01:56:19 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Sat, 28 Jul 2007 01:55:43 +0900 (JST) Message-Id: <20070728.015543.74717311.nyan@jp.FreeBSD.org> To: dwmalone@FreeBSD.org From: Takahashi Yoshihiro In-Reply-To: <200707270934.l6R9YhfQ072079@repoman.freebsd.org> References: <200707270934.l6R9YhfQ072079@repoman.freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2007 17:22:14 -0000 In article <200707270934.l6R9YhfQ072079@repoman.freebsd.org> David Malone writes: > dwmalone 2007-07-27 09:34:43 UTC > > FreeBSD src repository > > Modified files: > sys/i386/isa clock.c > Log: > It seems that some i386 mothermoards either do not implement the > day of week field correctly, or they remember bad values that are > written into the day of week field. For this reason, ignore the day > of week field when reading the clock on i386 rather than bailing if > it is set incorrectly. It seems that pc98 has the same problem. Could you apply the same change to sys/pc98/cbus/clock.c ? --- TAKAHASHI Yoshihiro