From owner-cvs-src@FreeBSD.ORG Wed Oct 29 01:04:44 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 3CE3E16A4CE; Wed, 29 Oct 2003 01:04:44 -0800 (PST) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35DA643FA3; Wed, 29 Oct 2003 01:04:43 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9p2/8.12.9) with ESMTP id h9T94XeF028543; Wed, 29 Oct 2003 01:04:37 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <200310290904.h9T94XeF028543@gw.catspoiler.org> Date: Wed, 29 Oct 2003 01:04:33 -0800 (PST) From: Don Lewis To: iwasaki@FreeBSD.org In-Reply-To: <200310290330.h9T3UjxH064205@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/i386/acpica Makefile acpi_wakecode.S src/sys/i386/conf NOTES 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, 29 Oct 2003 09:04:44 -0000 On 28 Oct, Mitsuru IWASAKI wrote: > iwasaki 2003/10/28 19:30:45 PST > > FreeBSD src repository > > Modified files: > sys/conf options > sys/i386/acpica Makefile acpi_wakecode.S > sys/i386/conf NOTES > Log: > Add kernel option ACPI_NO_RESET_VIDEO as workaround for problems > (e.g. LCD white-out after resume) on some machine cased by > re-initialize video BIOS code in acpi_wakecode. > > Revision Changes Path > 1.420 +1 -0 src/sys/conf/options > 1.4 +4 -0 src/sys/i386/acpica/Makefile > 1.5 +2 -0 src/sys/i386/acpica/acpi_wakecode.S > 1.1097 +1 -0 src/sys/i386/conf/NOTES I think this would be better as a tuneable instead of a compile time option.