From owner-cvs-sys Mon Mar 31 09:02:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA27367 for cvs-sys-outgoing; Mon, 31 Mar 1997 09:02: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 JAA27327; Mon, 31 Mar 1997 09:02:37 -0800 (PST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id KAA27958; Mon, 31 Mar 1997 10:02:36 -0700 (MST) Date: Mon, 31 Mar 1997 10:02:36 -0700 (MST) Message-Id: <199703311702.KAA27958@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 apm_setup.h apm_setup.s src/sys/i386/conf GENERIC LINT src/sys/i386/include apm_bios.h In-Reply-To: <199703291107.DAA21004@freefall.freebsd.org> References: <199703291107.DAA21004@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 apm_setup.h apm_setup.s > sys/i386/conf GENERIC LINT > sys/i386/include apm_bios.h > Log: > Sanitize APM a bit. Convert various #ifdef to id_flags instead. > You may want to add "flags 0x31" to apm0 if you have a lousy > implementation. Read LINT. > APM_IDLE_CPU still exists in swtch.s but is no longer documented. Nate