From owner-cvs-all@FreeBSD.ORG Wed Oct 29 00:34:03 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 7D8B316A4CE; Wed, 29 Oct 2003 00:34:03 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AF9143FBD; Wed, 29 Oct 2003 00:34:02 -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 h9T8Y0E7026450; Wed, 29 Oct 2003 01:34:01 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 29 Oct 2003 01:33:16 -0700 (MST) Message-Id: <20031029.013316.32322618.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20031028235425.N82902@root.org> References: <20031029033120.835D916A518@hub.freebsd.org> <20031028235425.N82902@root.org> X-Mailer: Mew version 2.1 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 cc: iwasaki@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-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: Wed, 29 Oct 2003 08:34:03 -0000 In message: <20031028235425.N82902@root.org> Nate Lawson writes: : Is this needed? options alone should be sufficient and acpi_wakeup.S : should include opt_acpi.h. Not for kernel modules... Warner