From owner-cvs-all@FreeBSD.ORG Wed Oct 29 21:06:33 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 3DC0016A4CE; Wed, 29 Oct 2003 21:06:33 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E59EE43FA3; Wed, 29 Oct 2003 21:06:31 -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 h9U56UE7038681; Wed, 29 Oct 2003 22:06:30 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 29 Oct 2003 22:06:29 -0700 (MST) Message-Id: <20031029.220629.102576808.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20031029100945.F84859@root.org> References: <20031028235425.N82902@root.org> <20031029.013316.32322618.imp@bsdimp.com> <20031029100945.F84859@root.org> X-Mailer: Mew version 2.2 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 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: Thu, 30 Oct 2003 05:06:33 -0000 In message: <20031029100945.F84859@root.org> Nate Lawson writes: : On Wed, 29 Oct 2003, M. Warner Losh wrote: : > 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 : : Muagh. : : Ok, I'm starting a pot for whoever will finally implement the combined : kernel modules and kernel config build tree. $10 US via PayPal. Care to : contribute? Not for this. Options for kernel compilation should only really be used for ABI issues. better to make this a tunable/sysctl. Warner