]> xenbits.xensource.com Git - seabios.git/commit
pci: init all devices
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 15 May 2012 10:46:22 +0000 (12:46 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 23 May 2012 00:58:32 +0000 (20:58 -0400)
commit347f29452bbe2a57fc45cdbb3a4a34aff4ca222f
tree44996c394338f15e607e8ca32aea2184080d7e55
parent5e0190817768d656aad987010557a0681624e2b1
pci: init all devices

seabios used to initialize root bus devices only, with this patch
devices behind pci bridges are initialized too.  This allows to boot
from virtio devices behind pci bridges.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
src/pciinit.c