From owner-cvs-all@FreeBSD.ORG Sun Nov 2 21:52:28 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 35CCC16A4D0 for ; Sun, 2 Nov 2003 21:52:28 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id F15B843FA3 for ; Sun, 2 Nov 2003 21:52:25 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 4077 invoked by uid 1000); 3 Nov 2003 05:52:34 -0000 Date: Sun, 2 Nov 2003 21:52:34 -0800 (PST) From: Nate Lawson To: Marcel Moolenaar In-Reply-To: <20031103042630.5AD4716A559@hub.freebsd.org> Message-ID: <20031102215117.N4058@root.org> References: <20031103042630.5AD4716A559@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin Makefile 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: Mon, 03 Nov 2003 05:52:28 -0000 On Sun, 2 Nov 2003, Marcel Moolenaar wrote: > Modified files: > usr.sbin Makefile > Log: > Build zzz(8) on ia64. It first checks ACPI before it checks for APM. > It will therefore always suspend using ACPI. > > Revision Changes Path > 1.278 +2 -1 src/usr.sbin/Makefile I think both amd64 and ia64 can include all of usr.sbin/acpi if they aren't already. Other than your unaligned access problem in iasl, I don't know of any runtime limitations of those tools and am pretty certain there are no compile-time limitations. -Nate