From owner-acpi-jp@jp.freebsd.org  Sun Dec  3 16:56:30 2000
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id QAA22923;
	Sun, 3 Dec 2000 16:56:30 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from tasogare.imasy.or.jp (daemon@tasogare.imasy.or.jp [202.227.24.5])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id QAA22918
	for <acpi-jp@jp.freebsd.org>; Sun, 3 Dec 2000 16:56:29 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92])
	by tasogare.imasy.or.jp (8.11.1+3.4W/3.7W-tasogare/smtpfeed 1.07) with ESMTP id eB37uRk98118;
	Sun, 3 Dec 2000 16:56:27 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
To: nsayer@quack.kfu.com
Cc: freebsd-current@freebsd.org, acpi-jp@jp.freebsd.org
In-Reply-To: <3A2975B8.6D757E65@quack.kfu.com>
References: <3A2975B8.6D757E65@quack.kfu.com>
X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <20001203165627S.iwasaki@jp.FreeBSD.org>
Date: Sun, 03 Dec 2000 16:56:27 +0900
From: Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
X-Dispatcher: imput version 20000228(IM140)
Lines: 32
Reply-To: acpi-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+000315
X-Sequence: acpi-jp 935
Subject: [acpi-jp 935] Re: ACPI and Sony laptop
Errors-To: owner-acpi-jp@jp.freebsd.org
Sender: owner-acpi-jp@jp.freebsd.org
X-Originator: iwasaki@jp.freebsd.org

Hi,

> Also, if I compile device acpica into the kernel, it hangs probing and
> attaching ACPI stuff. In particular, it gets a little further if I put
> an ENXIO at the start of acpi_tz's attach routine, but after doing that
> a couple times in acpi_*_attach() I gave up. I don't see a lot in the
> recent archives of -current, so either everyone but me is running with
> ACPI happily or everyone knows to keep away. I'm not sure which. :-)

I have 3 machines with ACPI BIOS here, I have no serious problems
with ACPICA code luckly (or unfortunately? :-) 
However It seems that there are some bugs in ACPI CA code, acpi-jp
folks and some developers from Intel are discussing this sometimes at
acpi-jp@jp.freebsd.org.

The problem you are having is reported by VAIO Z505JX user; some ACPI
methods seems cause infinite loop within the method.
Unfortunately we haven't find the effective solutions for it.  Could
you disable dev/acpica/acpi_*.c lines in sys/conf/files and see which
module cause this hang?

Oh yes, and please dump your Z505JE's DSDT data with `acpidump -o' and
send it for us.  This would be useful for debugging.

> Those paying attention on -hackers know I've offered a prize for a
> jogdial driver. I've gotten some stuff off the web and am hoping to take
> a crack at a spic driver (Sony Programmable I/O Controller), but I think
> I need working ACPI first.

Sounds interesting :-)

Thanks
