From owner-acpi-jp@jp.FreeBSD.org Fri Sep 13 12:46:54 2002
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) id g8D3ksn13616;
	Fri, 13 Sep 2002 12:46:54 +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.11.6+3.4W/8.11.3) with ESMTP/inet id g8D3kr313609
	for <acpi-jp@jp.FreeBSD.org>; Fri, 13 Sep 2002 12:46:53 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
Received: from localhost (iwa@tasogare.imasy.or.jp [202.227.24.5])
	by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id g8D3koY28362
	for <acpi-jp@jp.FreeBSD.org>; Fri, 13 Sep 2002 12:46:50 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
Message-Id: <20020913.124643.104028373.iwasaki@jp.FreeBSD.org>
To: acpi-jp@jp.FreeBSD.org
From: Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
In-Reply-To: <20020912.054603.74756842.iwasaki@jp.FreeBSD.org>
References: <20020906.011404.46053494.imp@bsdimp.com>
	<20020910.203513.74756349.iwasaki@jp.FreeBSD.org>
	<20020912.054603.74756842.iwasaki@jp.FreeBSD.org>
X-Mailer: Mew version 2.1 on Emacs 20.7 / Mule 4.0 (HANANOEN)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Fri, 13 Sep 2002 12:46:43 +0900
X-Sequence: acpi-jp 1819
Subject: [acpi-jp 1819] Re: acpi issue on my Fiva 205
Errors-To: owner-acpi-jp@jp.FreeBSD.org
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: iwasaki@jp.FreeBSD.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+020902

> I noticed that NO interrupts raised from PCCard controllers after
> resume.  It seems that all current irq settings to ACPI PCI Link
> object are cleared and default PCI INTLINE settings are restored at
> resume time :-(
> Also it's difficult to redo interrupt routing setting in resume method
> for me, so I added pci_cfgwrite() in acpi_pci_link_set_irq() again.
> # sorry, John
> I'll remove it after resume method is implemented so that interrupt
> routing is set at resume time.

I've written the pci resume stuff to redo interrupt routing setting at
resume time.
http://people.freebsd.org/~iwasaki/acpi/pci_resume-20020912.diff
Note that John's patch included.  Comments welcome!
# I can remove pci_cfgwrite() from acpi_pci_link_set_irq() again :-)

Thanks
