From owner-cvs-src@FreeBSD.ORG Fri Oct 8 17:56:47 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 8716916A4CE; Fri, 8 Oct 2004 17:56:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D74343D2D; Fri, 8 Oct 2004 17:56:47 +0000 (GMT) (envelope-from njl@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 i98Hul2H021469; Fri, 8 Oct 2004 17:56:47 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i98Hull7021468; Fri, 8 Oct 2004 17:56:47 GMT (envelope-from njl) Message-Id: <200410081756.i98Hull7021468@repoman.freebsd.org> From: Nate Lawson Date: Fri, 8 Oct 2004 17:56:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_quirks acpi_timer.c acpivar.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: Fri, 08 Oct 2004 17:56:47 -0000 njl 2004-10-08 17:56:47 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_quirks acpi_timer.c acpivar.h Log: Update a quirk for the ASUS P5A to disable the timer. It appears to work fine with acpi but the timer runs twice as fast. Note that the main problem (system doesn't work properly with acpi disabled) should be fixed separately. Changes: * Add a quirk to disable the timer * Merge the P5A and P5A-B quirks since they appear to be based on the same ASL. PR: i386/72450 Tested by: Kevin Oberman MFC after: 3 days Revision Changes Path 1.4 +5 -8 src/sys/dev/acpica/acpi_quirks 1.36 +2 -1 src/sys/dev/acpica/acpi_timer.c 1.83 +2 -0 src/sys/dev/acpica/acpivar.h