From owner-cvs-src@FreeBSD.ORG Thu Oct 30 08:14:56 2003 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 F18BF16A4CF; Thu, 30 Oct 2003 08:14:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52B7B43FE5; Thu, 30 Oct 2003 08:14:56 -0800 (PST) (envelope-from iwasaki@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9UGEuXJ042950; Thu, 30 Oct 2003 08:14:56 -0800 (PST) (envelope-from iwasaki@repoman.freebsd.org) Received: (from iwasaki@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9UGEuN1042949; Thu, 30 Oct 2003 08:14:56 -0800 (PST) (envelope-from iwasaki) Message-Id: <200310301614.h9UGEuN1042949@repoman.freebsd.org> From: Mitsuru IWASAKI Date: Thu, 30 Oct 2003 08:14:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi.4 src/sys/i386/acpica acpi_machdep.c acpi_wakecode.S acpi_wakeup.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: Thu, 30 Oct 2003 16:14:57 -0000 iwasaki 2003/10/30 08:14:56 PST FreeBSD src repository Modified files: share/man/man4 acpi.4 sys/i386/acpica acpi_machdep.c acpi_wakecode.S acpi_wakeup.c Log: Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' as the same effect as ACPI_NO_RESET_VIDEO kernel option. Revision Changes Path 1.16 +4 -0 src/share/man/man4/acpi.4 1.14 +10 -0 src/sys/i386/acpica/acpi_machdep.c 1.6 +4 -0 src/sys/i386/acpica/acpi_wakecode.S 1.28 +3 -0 src/sys/i386/acpica/acpi_wakeup.c