From owner-cvs-sys Fri Mar 28 12:11:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA00631 for cvs-sys-outgoing; Fri, 28 Mar 1997 12:11:57 -0800 (PST) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA00586; Fri, 28 Mar 1997 12:11:14 -0800 (PST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id NAA17933; Fri, 28 Mar 1997 13:11:06 -0700 (MST) Date: Fri, 28 Mar 1997 13:11:06 -0700 (MST) Message-Id: <199703282011.NAA17933@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Poul-Henning Kamp Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/apm apm.c In-Reply-To: <199703281838.KAA25782@freefall.freebsd.org> References: <199703281838.KAA25782@freefall.freebsd.org> X-Mailer: VM 6.22 under 19.14 XEmacs Lucid Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/i386/apm apm.c > Log: > Try to talk to the APM BIOS with version 1.2 if possible. This is a *bad* thing, and should be backed out. If you talk to it as a 1.2 spec, it'll assume you support the 1.2 features which our driver doesn't. If you don't, I will (unless you're planning on adding 1.2 support soon.) Nate