From owner-cvs-all@FreeBSD.ORG Fri Aug 8 14:49:13 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 69A0637B401 for ; Fri, 8 Aug 2003 14:49:13 -0700 (PDT) Received: from mail.speakeasy.net (mail9.speakeasy.net [216.254.0.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id C005A43FE1 for ; Fri, 8 Aug 2003 14:49:10 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 5873 invoked from network); 8 Aug 2003 21:49:10 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 8 Aug 2003 21:49:10 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h78Ln09s038207; Fri, 8 Aug 2003 17:49:02 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030808212908.GA47995@dragon.nuxi.com> Date: Fri, 08 Aug 2003 17:49:19 -0400 (EDT) From: John Baldwin To: "David O'Brien" cc: cvs-src@FreeBSD.org cc: Nate Lawson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/dev/acpica/compiler - Imported sources 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: Fri, 08 Aug 2003 21:49:13 -0000 On 08-Aug-2003 David O'Brien wrote: > On Thu, Aug 07, 2003 at 09:38:32AM -0700, Nate Lawson wrote: >> njl 2003/08/07 09:38:32 PDT >> >> FreeBSD src repository >> >> src/sys/contrib/dev/acpica/compiler - Imported sources >> Update of /home/ncvs/src/sys/contrib/dev/acpica/compiler >> In directory repoman.freebsd.org:/tmp/cvs-serv97535 >> >> Log Message: >> Import compiler/ files from acpica 0619 >> >> Status: >> >> Vendor Tag: INTEL >> Release Tags: r20030619 > > Please see about commiting this fix somehow. This import broke the AMD64 > build because ACPI_SIZE != unsigned int everywhere. > > Index: osunixxf.c > =================================================================== > RCS file: /home/ncvs/src/sys/contrib/dev/acpica/osunixxf.c,v > retrieving revision 1.1.1.2 > diff -u -r1.1.1.2 osunixxf.c > --- osunixxf.c 7 Aug 2003 18:19:12 -0000 1.1.1.2 > +++ osunixxf.c 8 Aug 2003 21:27:12 -0000 > @@ -452,7 +452,7 @@ > ACPI_STATUS > AcpiOsMapMemory ( > ACPI_PHYSICAL_ADDRESS where, > - UINT32 length, > + ACPI_SIZE length, > void **there) > { > *there = (void *) (UINT32) where; Should probably fix that cast as well so your address doesn't get truncated. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/