Subject: Re: CVS commit: src/sys/dev/acpi
To: None <jmcneill@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: port-i386
Date: 06/19/2006 12:39:14
Jared D. McNeill wrote:
> Module Name: src
> Committed By: jmcneill
> Date: Mon Jun 19 10:18:09 UTC 2006
>
> Modified Files:
> src/sys/dev/acpi: acpi.c
>
> Log Message:
> acpi_pci_fixup didn't work as well as I had hoped; don't bother for now.
>
It will need to reconfigure the interrupts via the ACPI link devices,
where appropriate. A while ago, I posted some patches to do interrupt
routing completely via ACPI if possible. Part of that was adopting the
FreeBSD ACPI link device code (acpi_pci_link.c), which has a resume hook
to re-initialize the interrupts that are routed that way.
I think I left those patches in
ftp://ftp.netbsd.org/pub/NetBSD/misc/fvdl/acpi/
but I can't check right now, as it seems to be in an unhappy state.
- Frank