From owner-cvs-all@FreeBSD.ORG Thu Oct 30 14:39:20 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 8E39B16A4D0 for ; Thu, 30 Oct 2003 14:39:20 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 29BC843FD7 for ; Thu, 30 Oct 2003 14:39:18 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 90041 invoked by uid 1000); 30 Oct 2003 22:39:19 -0000 Date: Thu, 30 Oct 2003 14:39:19 -0800 (PST) From: Nate Lawson To: John Baldwin In-Reply-To: Message-ID: <20031030143843.F89790@root.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Mitsuru IWASAKI cc: cvs-all@FreeBSD.org cc: iwasaki@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 22:39:20 -0000 On Thu, 30 Oct 2003, John Baldwin wrote: > On 30-Oct-2003 Mitsuru IWASAKI wrote: > >> 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 :) > > It might be nice to do the same for the VTY switching stuff as well. > Also, would you mind if it was called 'hw.acpi.reset_video' and > defaulted to 1 rather than 'no_reset_video' and defaulted to 0? > I can make the associated changes if you do not want to do them > yourself. I like that. It probably doesn't need the sysctl interface but if it stays in, oh well. The kernel option should now be removed. -Nate