From owner-cvs-all@FreeBSD.ORG Thu Oct 30 13:09:40 2003 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 2997716A4CE; Thu, 30 Oct 2003 13:09:40 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E033143F3F; Thu, 30 Oct 2003 13:09:38 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id h9UL9bE7047479; Thu, 30 Oct 2003 14:09:38 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 30 Oct 2003 14:09:34 -0700 (MST) Message-Id: <20031030.140934.109056444.imp@bsdimp.com> To: iwasaki@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200310301614.h9UGEuN1042949@repoman.freebsd.org> References: <200310301614.h9UGEuN1042949@repoman.freebsd.org> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) 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-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: Thu, 30 Oct 2003 21:09:40 -0000 In message: <200310301614.h9UGEuN1042949@repoman.freebsd.org> Mitsuru IWASAKI writes: : Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' as : the same effect as ACPI_NO_RESET_VIDEO kernel option. thank you iwasaki-san! this is much appreciated. Warner