From owner-cvs-all Fri Jul 20 21: 8:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29FFC37B405; Fri, 20 Jul 2001 21:08:43 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6L48hk81399; Fri, 20 Jul 2001 21:08:43 -0700 (PDT) (envelope-from msmith) Message-Id: <200107210408.f6L48hk81399@freefall.freebsd.org> From: Mike Smith Date: Fri, 20 Jul 2001 21:08:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_timer.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG msmith 2001/07/20 21:08:43 PDT Modified files: sys/dev/acpica acpi_timer.c Log: Implement a "proper" timecounter hung off the ACPI timer device. This code is based on the mp_clock code by phk. It attempts to detect the PIIX4 (see comments for details) and use a workaround for its problems. This code is experimental, and could use some testing and review by a timekeeping enthusiast. Revision Changes Path 1.6 +208 -21 src/sys/dev/acpica/acpi_timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message