Subject: Re: ACPI interrupt code testers wanted
To: Matt Thomas <matt@3am-software.com>
From: Frank van der Linden <fvdl@netbsd.org>
List: port-amd64
Date: 03/21/2006 09:46:36
On Mon, Mar 20, 2006 at 04:32:17PM -0800, Matt Thomas wrote:
> My amd64 box which has been working perfectly under NetBSD gets its
> interrupts wrong with amd64/netbsd.acpi.bz2.  Why don't I see a line
> for pin 20?

That box is an interesting case, since it has both statically mapped
ioapic interrupts and ioapic interrupts that can be manipulated
via an ACPI PCI link device. I could not test the latter case myself,
and it looks I didn't get the ioapic settings right:

ioapic0: int20 18061<vector=61,delmode=0,level,masked,dest=0> 0<target=0>

It's there, but it's masked, so it won't work. That shouldn't be hard
to fix.

- Frank