From owner-cvs-all@FreeBSD.ORG Sun Jul 13 21:21:14 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 40E2137B401; Sun, 13 Jul 2003 21:21:14 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F43743F85; Sun, 13 Jul 2003 21:21:13 -0700 (PDT) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.9/8.12.9) with ESMTP id h6E4LCv1087773; Sun, 13 Jul 2003 21:21:12 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.9/8.12.9) with ESMTP id h6E4LCE8080210; Sun, 13 Jul 2003 21:21:12 -0700 (PDT) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.9/8.12.9/Submit) id h6E4LCqB080209; Sun, 13 Jul 2003 21:21:12 -0700 (PDT) (envelope-from marcel) Date: Sun, 13 Jul 2003 21:21:12 -0700 From: Marcel Moolenaar To: Nate Lawson Message-ID: <20030714042112.GA80176@dhcp01.pn.xcllnt.net> References: <20030714024221.DD3A937B441@hub.freebsd.org> <20030713210028.E15586@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030713210028.E15586@root.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdMemory.c 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, 14 Jul 2003 04:21:14 -0000 On Sun, Jul 13, 2003 at 09:01:01PM -0700, Nate Lawson wrote: > On Sun, 13 Jul 2003, Marcel Moolenaar wrote: > > Modified files: > > sys/dev/acpica/Osd OsdMemory.c > > Log: > > Fix build breakage on ia64. The second argument of AcpiOsReadable() > > and AcpiOsWritable() have type ACPI_SIZE and not UINT32. > > > > Revision Changes Path > > 1.10 +2 -2 src/sys/dev/acpica/Osd/OsdMemory.c > > Thanks. I take it the differences between ia32 and ia64 caused this to > not generate a warning? Yes. On 32-bit platforms ACPI_SIZE is UINT32. On 64-bit platforms it's UINT64. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net