From owner-cvs-src@FreeBSD.ORG Tue Mar 2 19:02:18 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 5F3D316A4CE; Tue, 2 Mar 2004 19:02:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 564C243D3F; Tue, 2 Mar 2004 19:02:18 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2332IGe013455; Tue, 2 Mar 2004 19:02:18 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2332HNu013448; Tue, 2 Mar 2004 19:02:17 -0800 (PST) (envelope-from njl) Message-Id: <200403030302.i2332HNu013448@repoman.freebsd.org> From: Nate Lawson Date: Tue, 2 Mar 2004 19:02:17 -0800 (PST) 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.c acpi_powerres.c acpi_timer.c acpivar.h src/sys/i386/acpica acpi_toshiba.c src/share/man/man4 acpi.4 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: Wed, 03 Mar 2004 03:02:18 -0000 njl 2004/03/02 19:02:17 PST FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_powerres.c acpi_timer.c acpivar.h sys/i386/acpica acpi_toshiba.c share/man/man4 acpi.4 Log: Add support for quirks for acpi tables. Key off OEM vendor and revision. Sort acpi debug values. Change "disable" to "disabled" to match rest of the kernel. Remove debugging from acpi_toshiba since it was only used for probe/attach. Revision Changes Path 1.31 +14 -19 src/share/man/man4/acpi.4 1.121 +77 -16 src/sys/dev/acpica/acpi.c 1.18 +1 -1 src/sys/dev/acpica/acpi_powerres.c 1.26 +1 -1 src/sys/dev/acpica/acpi_timer.c 1.55 +8 -9 src/sys/dev/acpica/acpivar.h 1.4 +0 -7 src/sys/i386/acpica/acpi_toshiba.c