From owner-cvs-all@FreeBSD.ORG Fri Nov 10 22:19:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 858BA16A4AB; Fri, 10 Nov 2006 22:19:54 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2094043D53; Fri, 10 Nov 2006 22:19:53 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id kAAM676a053410; Fri, 10 Nov 2006 17:07:33 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Ed Maste Date: Fri, 10 Nov 2006 17:05:52 -0500 User-Agent: KMail/1.6.2 References: <200611102006.kAAK63I3006091@repoman.freebsd.org> In-Reply-To: <200611102006.kAAK63I3006091@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200611101705.55023.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88.6/2185/Fri Nov 10 06:04:49 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/acpi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 10 Nov 2006 22:19:54 -0000 On Friday 10 November 2006 03:06 pm, Ed Maste wrote: > emaste 2006-11-10 20:06:03 UTC > > FreeBSD src repository > > Modified files: > sys/modules/acpi Makefile > Log: > Clarify the error message when trying to build an ACPI module on > amd64 or ia64. > > The old message implied to me that ACPI can't be compiled in on > platforms other than amd64 and ia64. The amd64@ mailing list > archive has messages from users with the same confusion. Thanks! BTW, this has to be in sys/modules/acpi/acpi/Makefile since some modules under this directory actually build and work (at least on amd64). Jung-uk Kim