pci: re-add isa bridge setup
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 9 Aug 2011 15:22:42 +0000 (17:22 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 10 Aug 2011 02:54:35 +0000 (22:54 -0400)
commit8e301472e324b6d6496d8b4ffc66863e99d7a505
treee72968edf187da5cf37cb01547e3101da1afe499
parentceb8ed4ef2e45cc5cc2525aeebd255838f656b69
pci: re-add isa bridge setup

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.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Tested-by: Bjørn Mork <bjorn@mork.no>
src/pciinit.c