Subject: ACPI interrupt routing, take 2
To: None <port-i386@netbsd.org, port-amd64@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: port-i386
Date: 03/23/2006 00:44:48
I've updated my changes for ACPI interrupt routing, and put new kernels
in ftp://ftp.netbsd.org/pub/NetBSD/misc/fvdl/acpi/
Changes are:
* Fixes from Masanori Kanaoka for legacy IRQ use and cardbus.
(should fix legacy IRQ problems that a few people saw).
* Get the ioapic register settings right for ioapic routes
using a PCI link device (should fix problem reported
by Matt Thomas).
* More debug output if you patch the kernel to have mp_verbose = 2
(e.g:
gdb --write netbsd.acpi
set mp_verbose=2
quit
)
* Stepping through the MPACPI configuration, requiring user a
console keypress, if mpacpi_step = 1.
Many thanks for the testers who helped so far,
- Frank