From owner-acpi-jp@jp.freebsd.org  Fri Nov 23 21:35:17 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id VAA73619;
	Fri, 23 Nov 2001 21:35:17 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from tasogare.imasy.or.jp (root@tasogare.imasy.or.jp [202.227.24.5])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id VAA73613
	for <acpi-jp@jp.freebsd.org>; Fri, 23 Nov 2001 21:35:16 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92])
	(authenticated as iwa with CRAM-MD5)
	by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id fANCZDW95102;
	Fri, 23 Nov 2001 21:35:13 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
Date: Fri, 23 Nov 2001 21:35:10 +0900 (JST)
Message-Id: <20011123.213510.115901058.iwasaki@jp.FreeBSD.org>
To: acpi-jp@jp.freebsd.org, msmith@FreeBSD.org
Cc: andrew.grover@intel.com, robert.moore@intel.com
From: Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
In-Reply-To: <200111230847.fAN8lQb07519@mass.dis.org>
References: <20011123.152452.112631003.iwasaki@jp.FreeBSD.org>
	<200111230847.fAN8lQb07519@mass.dis.org>
X-Mailer: Mew version 2.0 on Emacs 20.7 / Mule 4.0 (HANANOEN)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: acpi-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+010328
X-Sequence: acpi-jp 1494
Subject: [acpi-jp 1494] Re: acpica-unix-20011120
Errors-To: owner-acpi-jp@jp.freebsd.org
Sender: owner-acpi-jp@jp.freebsd.org
X-Originator: iwasaki@jp.freebsd.org

Hi,

> I'll try to get to it before the end of the weekend.

Thanks mike.  You'll see the minor problem about PCI interrupt routing
but it's not big deal at all.  I've created a small patch for it and
we can have this in our CVS repo until fixed version of ACPICA is
imported in future.
Also I'm sure that Intel folks will fix it very sonn :-)

Thanks

--- rscreate.c-	Fri Nov 23 18:04:05 2001
+++ rscreate.c	Fri Nov 23 18:05:04 2001
@@ -266,9 +266,9 @@
 
     if (BufferSizeNeeded > *OutputBufferLength)
     {
+        *OutputBufferLength = BufferSizeNeeded;
         return_ACPI_STATUS (AE_BUFFER_OVERFLOW);
     }
-    *OutputBufferLength = BufferSizeNeeded;
 
     /*
      * Zero out the return buffer before proceeding
