From owner-cvs-src@FreeBSD.ORG Sat Sep 25 20:53:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E094D16A4EE; Sat, 25 Sep 2004 20:53:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE35C43D1D; Sat, 25 Sep 2004 20:53:44 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8PKriJx041781; Sat, 25 Sep 2004 20:53:44 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8PKriYj041780; Sat, 25 Sep 2004 20:53:44 GMT (envelope-from marius) Message-Id: <200409252053.i8PKriYj041780@repoman.freebsd.org> From: Marius Strobl Date: Sat, 25 Sep 2004 20:53:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/mk48txx mk48txx.c mk48txxreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 25 Sep 2004 20:53:46 -0000 marius 2004-09-25 20:53:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/mk48txx mk48txx.c mk48txxreg.h Log: MFC: mk48txx.c 1.4; mk48txxreg.h 1.2, 1.3 - Only use the desired bits in the time related registers leaving bits with different meaning alone. - Fix two off-by-one errors in the handling of the day of week. This makes the date being stored in the same format Sun/Solaris uses. - Check the state of the battery on mk48txx that support this in the attach function. - Add a note that use of the century bit should be implemented but isn't required at the moment because it isn't used on sparc64. Approved by: re (scottl) Revision Changes Path 1.3.4.1 +53 -14 src/sys/dev/mk48txx/mk48txx.c 1.1.8.1 +78 -5 src/sys/dev/mk48txx/mk48txxreg.h