From owner-cvs-src@FreeBSD.ORG Tue Apr 15 17:02:24 2008 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 740F3106564A; Tue, 15 Apr 2008 17:02:24 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 494C28FC29; Tue, 15 Apr 2008 17:02:24 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3FH2Omg099114; Tue, 15 Apr 2008 17:02:24 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FH2OUv099113; Tue, 15 Apr 2008 17:02:24 GMT (envelope-from marcel) Message-Id: <200804151702.m3FH2OUv099113@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 15 Apr 2008 17:02:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/conf DEFAULTS src/sys/ia64/ia64 clock.c nexus.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: Tue, 15 Apr 2008 17:02:24 -0000 marcel 2008-04-15 17:02:24 UTC FreeBSD src repository Modified files: sys/ia64/conf DEFAULTS sys/ia64/ia64 clock.c nexus.c Log: Use genclock for RTC handling. This eliminates the MD versions for inittodr() and resettodr(). Have nexus double as the clock device, because it's the firmware that provides RTC services. We could create a special (pseudo-) device for it, but that wasn't superior enough to actually do it. Maybe later... Requested by: phk Revision Changes Path 1.14 +1 -0 src/sys/ia64/conf/DEFAULTS 1.33 +0 -92 src/sys/ia64/ia64/clock.c 1.20 +51 -44 src/sys/ia64/ia64/nexus.c