From owner-cvs-src@FreeBSD.ORG Thu Oct 30 08:23:19 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 674EB16A4CF; Thu, 30 Oct 2003 08:23:19 -0800 (PST) Received: from locore.org (ns01.locore.org [218.45.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CE4B43F75; Thu, 30 Oct 2003 08:23:17 -0800 (PST) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (ns01.locore.org [218.45.21.227]) h9UGNFRo005705; Fri, 31 Oct 2003 01:23:15 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Fri, 31 Oct 2003 01:23:14 +0900 (JST) Message-Id: <20031031.012314.58790960.iwasaki@jp.FreeBSD.org> To: iwasaki@FreeBSD.org From: Mitsuru IWASAKI In-Reply-To: <200310301614.h9UGEuN1042949@repoman.freebsd.org> References: <200310301614.h9UGEuN1042949@repoman.freebsd.org> X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: 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:23:19 -0000 > 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. Because many poeple asked me `any chance to add sysctl or tunable?', so I did :) Thanks