From owner-acpi-jp@jp.freebsd.org  Wed Aug 22 03:01:20 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id DAA93943;
	Wed, 22 Aug 2001 03:01:20 +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 DAA93935;
	Wed, 22 Aug 2001 03:01:19 +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.3+3.4W/8.11.3/tasogare) with ESMTP/inet id f7LI1HI21688;
	Wed, 22 Aug 2001 03:01:17 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
To: acpi-jp@jp.freebsd.org, yoichi@eken.phys.nagoya-u.ac.jp
Cc: iwasaki@jp.freebsd.org, current@freebsd.org
In-Reply-To: <wy3d706in4.wl@eken3.eken.phys.nagoya-u.ac.jp>
References: <8666bw5s4w.wl@e-ppp4.eken.phys.nagoya-u.ac.jp>
	<20010810233856M.iwasaki@jp.FreeBSD.org>
	<wy3d706in4.wl@eken3.eken.phys.nagoya-u.ac.jp>
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: <20010822030114N.iwasaki@jp.FreeBSD.org>
Date: Wed, 22 Aug 2001 03:01:14 +0900
From: Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
X-Dispatcher: imput version 20000228(IM140)
Lines: 36
Reply-To: acpi-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+010328
X-Sequence: acpi-jp 1225
Subject: [acpi-jp 1225] Re: question about acpi sleep.
Errors-To: owner-acpi-jp@jp.freebsd.org
Sender: owner-acpi-jp@jp.freebsd.org
X-Originator: iwasaki@jp.freebsd.org

Hi,

> >>> IWASAKI-san wrote:
> > I think your NotePC doesn't have _S1_ object in ACPI data block.
> > Plese check `acpidump | grep _S1' to see if _S1_ object is there.
> 
> No, there isn't _S1_ object.

Yup, it has only S0, S3, S4 and S5.  No S1 on your NotePC.

> > Maybe yours has other _Sx_ object (such as _S3_ for Sleep State 3,
> > meaning suspend in APM term).
> > And could you send us acpidump output from PCG-C1VSX/K? 
> 
> I attach those.
> Now acpiconf -s 3 doesn't work well. After resume,
> LCD doesn't recover, but Ctrl-Alt-Delete does shutdown.
> (Doesn't reboot, so I had to press power button after that.)
> I also attach related log.

Thanks.
Hmmm, _WAK method checks OS type (in CKOS method) and skips calling
PHS(0xe1).  I suspect that this is needed to be done after wakeup.
i.e. the OS which have `FreeBSD' as ACPI_OS_NAME might have problems
on your NotePC's ACPI.

Try running `amldb PCG-C1VSXK.dsdt' to see what happen on Windows NT...
# Yes, amldb has string "Microsoft Windows NT" in _OS_ object for this
# purpose :-)

Thanks

P.S.
I've found another problem; RTC interrupts are disabled after wakeup
on some machines.  And statclock() never be called after that.  I hope
I can fix this soon.
