From owner-acpi-jp@jp.FreeBSD.org Wed Jan 29 06:52:43 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) id h0SLqha99642;
	Wed, 29 Jan 2003 06:52:43 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from sana.home.local (takawata.st.wakwak.ne.jp [61.115.75.145])
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet id h0SLqfJ99585
	for <acpi-jp@jp.FreeBSD.org>; Wed, 29 Jan 2003 06:52:41 +0900 (JST)
	(envelope-from takawata@takawata.st.wakwak.ne.jp)
Received: from takawata.st.wakwak.ne.jp (localhost [127.0.0.1])
	by sana.home.local (8.12.6/8.12.6) with ESMTP id h0SLoLc4060040;
	Wed, 29 Jan 2003 06:50:22 +0900 (JST)
	(envelope-from takawata@takawata.st.wakwak.ne.jp)
Message-Id: <200301282150.h0SLoLc4060040@sana.home.local>
To: acpi-jp@jp.FreeBSD.org, l.ertl@univie.ac.at
From: takawata@axe-inc.co.jp
In-reply-to: Your message of "Tue, 28 Jan 2003 18:22:33 +0100."
             <20030128181739.J584@korben.in.tern>
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Wed, 29 Jan 2003 06:50:21 +0900
X-Sequence: acpi-jp 2075
Subject: [acpi-jp 2075] Re: Thinkpad T20 again
Errors-To: owner-acpi-jp@jp.FreeBSD.org
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: takawata@takawata.st.wakwak.ne.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+030107

In message <20030128181739.J584@korben.in.tern>, Lukas Ertl wrote:
>
>Hi,
>
>I already posted this a week ago, but there was no response, so I'm trying
>again. I'm still having trouble with my Thinkpad T20 and ACPI. APM
>works now more or less, but I thought I should give ACPI another try.
>Someone suggested I should post the output of acpidump to this list.
>Attached are the gzipped versions of the DSDT and the ASL.

Is it ACPI suspend related problem with HDD?
Then ould you try ACPI IDE patch as I previously attached
at 
http://home.jp.freebsd.org/cgi-bin/showmail/raw/acpi-jp/2067
http://home.jp.freebsd.org/cgi-bin/showmail/acpi-jp/2067
along with following Makefile?
Apply the patch and put following Makefile to 
/sys/module/acpiata 
then make module and install then 
load acpiata module at /boot/loader.

===
# $FreeBSD: src/sys/modules/mcd/Makefile,v 1.1 2002/10/04 07:14:19 mdodd Exp $

.PATH: ${.CURDIR}/../../dev/ata

KMOD=	acpiata
SRCS=	ata-acpi.c
SRCS+=	bus_if.h device_if.h pci_if.h opt_ata.h opt_acpi.h
CFLAGS+= -I${.CURDIR}/../../contrib/dev/acpica
.include <bsd.kmod.mk>

