From owner-cvs-all@FreeBSD.ORG Mon Dec 27 05:54:13 2004 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 A830C16A4CE; Mon, 27 Dec 2004 05:54:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D48943D1F; Mon, 27 Dec 2004 05:54:13 +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 iBR5sDZP092531; Mon, 27 Dec 2004 05:54:13 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR5sDAb092530; Mon, 27 Dec 2004 05:54:13 GMT (envelope-from njl) Message-Id: <200412270554.iBR5sDAb092530@repoman.freebsd.org> From: Nate Lawson Date: Mon, 27 Dec 2004 05:54:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/acpica acpivar.h src/sys/i386/acpica acpi_asus.c acpi_panasonic.c acpi_toshiba.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: Mon, 27 Dec 2004 05:54:13 -0000 njl 2004-12-27 05:54:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/acpica acpivar.h sys/i386/acpica acpi_asus.c acpi_panasonic.c acpi_toshiba.c Log: MFC: Unify debugging for third-party drivers under ACPI_OEM. Revision Changes Path 1.79.2.4 +1 -1 src/sys/dev/acpica/acpivar.h 1.11.2.2 +1 -1 src/sys/i386/acpica/acpi_asus.c 1.3.2.2 +3 -0 src/sys/i386/acpica/acpi_panasonic.c 1.13.2.1 +3 -0 src/sys/i386/acpica/acpi_toshiba.c