From owner-cvs-all@FreeBSD.ORG Sat Feb 5 22:30:58 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E5FA16A4CE; Sat, 5 Feb 2005 22:30:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E90C143D2D; Sat, 5 Feb 2005 22:30:57 +0000 (GMT) (envelope-from njl@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 j15MUv9T057966; Sat, 5 Feb 2005 22:30:57 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j15MUvGZ057965; Sat, 5 Feb 2005 22:30:57 GMT (envelope-from njl) Message-Id: <200502052230.j15MUvGZ057965@repoman.freebsd.org> From: Nate Lawson Date: Sat, 5 Feb 2005 22:30:57 +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_perf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 22:30:58 -0000 njl 2005-02-05 22:30:57 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_perf.c Log: Convert to the new GAS APIs to allow for detach in the future. Also, check the PERF_CTRL register in our probe method so that we can tell earlier that another driver should handle this device due to FFixedHW. This avoids scaring users when attach failed when we really wanted probe to fail. Revision Changes Path 1.3 +36 -6 src/sys/dev/acpica/acpi_perf.c