On Thu, Jul 04, 2002 at 10:09:52PM +0900, Mitsuru IWASAKI wrote:
> My analysis was finished. Please try this patch.
>
> --- exfield.c- Thu Jul 4 21:54:24 2002
> +++ exfield.c Thu Jul 4 21:55:02 2002
> @@ -200,7 +200,7 @@
> /* Handle both ACPI 1.0 and ACPI 2.0 Integer widths */
>
> IntegerSize = sizeof (ACPI_INTEGER);
> - if (WalkState->MethodNode->Flags & ANOBJ_DATA_WIDTH_32)
> + if (WalkState->MethodNode != NULL && WalkState->MethodNode->Flags &
>ANOBJ_DATA_WIDTH_32)
> {
> /*
> * We are running a method that exists in a 32-bit ACPI table.
>
The patch works fine, thanks.
- Christian
--
http://www.unixpages.org [EMAIL PROTECTED]
GPG Pub-Key : www.unixpages.org/cbrueffer.asc
GPG Fingerprint: 0DB5 8563 2473 C72A A8D1 56EA DAD2 B05D 5F3C 3185
GPG Key ID : DAD2B05D5F3C3185
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message