From owner-freebsd-current Thu Jul 4 13:39:34 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0B4237B400 for ; Thu, 4 Jul 2002 13:39:29 -0700 (PDT) Received: from web11403.mail.yahoo.com (web11403.mail.yahoo.com [216.136.131.233]) by mx1.FreeBSD.org (Postfix) with SMTP id 94EDC43E58 for ; Thu, 4 Jul 2002 13:39:28 -0700 (PDT) (envelope-from shizukakudo_99@yahoo.com) Message-ID: <20020704203928.3913.qmail@web11403.mail.yahoo.com> Received: from [203.198.2.8] by web11403.mail.yahoo.com via HTTP; Thu, 04 Jul 2002 13:39:28 PDT Date: Thu, 4 Jul 2002 13:39:28 -0700 (PDT) From: Shizuka Kudo Subject: Re: [acpi-jp 1661] Re: ASUS CUSL2 panic on acpi To: Mitsuru IWASAKI Cc: freebsd-current@freebsd.org, acpi-jp@jp.FreeBSD.org In-Reply-To: <20020704.220952.104026566.iwasaki@jp.FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- 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. Mitsuru, Thanks, it works. I was able to boot without panic with your patch. Sorry for not getting back to you on the acpidump and debug info as I didn't have my null modem cable and notebook with me to use as a serial console. Do you still need to acpidump files? BTW, I did notice some hangs that possibly related to ACPI. About two or three months ago, this ASUS CUSL2 hang while running sysinstall. It can react to Alt-F?(i.e. switch virtual console) but not on any other keys nor responding to ping from another computer. I was not able to isolate the cause until this time I unset acpi_load. Without acpi.ko loaded, I could run sysinstall with no problem. In fact, I just found that loading acpi.ko also have the same freeze with CUPS. What should I do to help identifying if this is ACPI related? Regards, __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message