From owner-cvs-src@FreeBSD.ORG Thu Feb 17 01:06:04 2005 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 C6EB416A4CE; Thu, 17 Feb 2005 01:06:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD52E43D5A; Thu, 17 Feb 2005 01:06:04 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1H164eF069547; Thu, 17 Feb 2005 01:06:04 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1H164hV069546; Thu, 17 Feb 2005 01:06:04 GMT (envelope-from marius) Message-Id: <200502170106.j1H164hV069546@repoman.freebsd.org> From: Marius Strobl Date: Thu, 17 Feb 2005 01:06:04 +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/conf files.sparc64 src/sys/sparc64/conf GENERIC NOTES src/sys/sparc64/sparc64 rtc.c 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: Thu, 17 Feb 2005 01:06:04 -0000 marius 2005-02-17 01:06:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/conf files.sparc64 sys/sparc64/conf GENERIC NOTES Added files: (Branch: RELENG_5) sys/sparc64/sparc64 rtc.c Log: MFC: Add a front-end for the `rtc' device which is a MC146818 compatible clock found on the ISA bus (some USIIe, USIIi and USIIIi models) and EBus (USIII models) instead of a MK48Txx clock. This isn't an 1:1 MFC though, as the driver in -current relies on probing the ISA version via PnP. That functionality of the sparc64 ISA code isn't MFC'ed on probably never will be. An identify function is used in RELENG_5 instead. Revision Changes Path 1.59.2.3 +2 -0 src/sys/conf/files.sparc64 1.78.2.6 +2 -0 src/sys/sparc64/conf/GENERIC 1.9.2.4 +2 -0 src/sys/sparc64/conf/NOTES 1.2.2.1 +205 -0 src/sys/sparc64/sparc64/rtc.c (new)