From owner-acpi-jp@jp.FreeBSD.org Thu Sep 12 01:19:23 2002
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) id g8BGJNd72161;
	Thu, 12 Sep 2002 01:19:23 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from caduceus.sc.intel.com (fmr04.intel.com [143.183.121.6])
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet id g8BGJB372129;
	Thu, 12 Sep 2002 01:19:14 +0900 (JST)
	(envelope-from andrew.grover@intel.com)
Received: from petasus.sc.intel.com (petasus.sc.intel.com [10.3.253.4])
	by caduceus.sc.intel.com (8.11.6/8.11.6/d: outer.mc,v 1.50 2002/08/30 20:04:57 dmccart Exp $) with ESMTP id g8BGIIX13029;
	Wed, 11 Sep 2002 16:18:18 GMT
Received: from fmsmsxvs042.fm.intel.com (fmsmsxvs042.fm.intel.com [132.233.42.128])
	by petasus.sc.intel.com (8.11.6/8.11.6/d: inner.mc,v 1.24 2002/08/30 20:04:21 dmccart Exp $) with SMTP id g8BGIWR09173;
	Wed, 11 Sep 2002 16:18:33 GMT
Received: from fmsmsx26.fm.intel.com ([132.233.42.26])
 by fmsmsxvs042.fm.intel.com (NAVGW 2.5.2.11) with SMTP id M2002091109204405037
 ; Wed, 11 Sep 2002 09:20:44 -0700
Received: by fmsmsx26.fm.intel.com with Internet Mail Service (5.5.2653.19)
	id <SJS2XRDJ>; Wed, 11 Sep 2002 09:19:02 -0700
Message-ID: <EDC461A30AC4D511ADE10002A5072CAD0236DE3C@orsmsx119.jf.intel.com>
From: "Grover, Andrew" <andrew.grover@intel.com>
To: "'Mitsuru IWASAKI'" <iwasaki@jp.FreeBSD.org>,
   "Moore, Robert"
	 <robert.moore@intel.com>
Cc: acpi-jp@jp.FreeBSD.org
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Wed, 11 Sep 2002 09:18:57 -0700
X-Sequence: acpi-jp 1816
Subject: [acpi-jp 1816] RE: [ACPI CA] typo in actypes.h
Errors-To: owner-acpi-jp@jp.FreeBSD.org
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: andrew.grover@intel.com
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+020902

Thanks, fixed in next release.

-- Andy

> -----Original Message-----
> From: Mitsuru IWASAKI [mailto:iwasaki@jp.FreeBSD.org] 
> Sent: Tuesday, September 10, 2002 8:33 PM
> To: robert.moore@intel.com; andrew.grover@intel.com
> Cc: acpi-jp@jp.FreeBSD.org
> Subject: [ACPI CA] typo in actypes.h
> 
> 
> Hi, Intel folks.
> 
> I noticed that there is a small bug in actypes.h.  Patch attached.
> Thanks
> 
> Index: actypes.h
> ===================================================================
> RCS file: /home/ncvs/src/sys/contrib/dev/acpica/actypes.h,v
> retrieving revision 1.1.1.19
> diff -u -r1.1.1.19 actypes.h
> --- actypes.h	30 Jul 2002 19:33:34 -0000	1.1.1.19
> +++ actypes.h	7 Sep 2002 19:16:51 -0000
> @@ -1306,7 +1306,7 @@
>  
>  #define ACPI_SIZEOF_RESOURCE(Type)          
> (ACPI_RESOURCE_LENGTH_NO_DATA + sizeof (Type))
>  
> -#define ACPI_NEXT_RESOURCE(Res)             (ACPI_RESOURCE 
> *)((UINT8 *) Res + Res->length)
> +#define ACPI_NEXT_RESOURCE(Res)             (ACPI_RESOURCE 
> *)((UINT8 *) Res + Res->Length)
>  
>  #ifdef _HW_ALIGNMENT_SUPPORT
>  #define ACPI_ALIGN_RESOURCE_SIZE(Length)    (Length)
> 
