From owner-cvs-src@FreeBSD.ORG Fri Feb 4 18:07:03 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 C572D16A4CE; Fri, 4 Feb 2005 18:07:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BB1A43D31; Fri, 4 Feb 2005 18:07:03 +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 j14I733S050377; Fri, 4 Feb 2005 18:07:03 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j14I73Bj050376; Fri, 4 Feb 2005 18:07:03 GMT (envelope-from njl) Message-Id: <200502041807.j14I73Bj050376@repoman.freebsd.org> From: Nate Lawson Date: Fri, 4 Feb 2005 18:07:03 +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_package.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: Fri, 04 Feb 2005 18:07:03 -0000 njl 2005-02-04 18:07:03 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_package.c Log: Return a special status of "not supported" for functional fixed hardware since this type of register should be handled by another driver. Revision Changes Path 1.4 +3 -3 src/sys/dev/acpica/acpi_package.c