From owner-cvs-src@FreeBSD.ORG Mon Aug 11 22:12:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DC2437B404 for ; Mon, 11 Aug 2003 22:12:17 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id BE04C43F3F for ; Mon, 11 Aug 2003 22:12:15 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 87725 invoked by uid 1000); 12 Aug 2003 05:12:17 -0000 Date: Mon, 11 Aug 2003 22:12:17 -0700 (PDT) From: Nate Lawson To: Marcel Moolenaar In-Reply-To: <20030812050118.GA2576@athlon.pn.xcllnt.net> Message-ID: <20030811220728.Q87701@root.org> References: <200308120456.h7C4ujOb007980@repoman.freebsd.org> <20030812050118.GA2576@athlon.pn.xcllnt.net> 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/sys/contrib/dev/acpica osunixxf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 05:12:17 -0000 On Mon, 11 Aug 2003, Marcel Moolenaar wrote: > On Mon, Aug 11, 2003 at 09:56:45PM -0700, Nate Lawson wrote: > > njl 2003/08/11 21:56:45 PDT > > > > FreeBSD src repository > > > > Modified files: (Branch: INTEL) > > sys/contrib/dev/acpica osunixxf.c > > Log: > > Fix a few more s/UINT32/ACPI_SIZE issues. iasl and acpidb now build on > > ia64. > > Thanks! > > We probably should enable usr.sbin/acpi on ia64. Thoughts? Ah, I was confused for a while. Just for the record, the tinderbox report was on amd64 but ia64 had the same problem though it didn't show up since usr.sbin/acpi is not built on ia64. So my tests and fix done on ia64 work for amd64 too. The whole reason I missed this bug in the first place was because I thought *64 didn't enable builds of usr.sbin/acpi. You can enable it but I haven't finished the fixes to acpidump so it won't work just yet. (I still have to do your sysctl for the address vs. probing memory). acpiconf, iasl, and acpidb should all work though. I'm working on acpidump on the bus and should have it done in a few days. -Nate