Gerd Hoffmann kraxel@redhat.com writes:
The switch to the two-pass pci initialization dropped the isa bridge initialization by accident. That broke interrupts on FreeBSD 4.4 and maybe also other older guests which don't use ACPI for IRQ routing setup. Add the bits back in.
Cc: Bjørn Mork bjorn@mork.no Signed-off-by: Gerd Hoffmann kraxel@redhat.com
Thanks for the quick analysis and fix. Tested and verified that this patch fixes the problem for me, as expected. Feel free to add
Tested-by: Bjørn Mork bjorn@mork.no
if that matters to anyone.
Bjørn