base: Load the piix4 remapper if we see the ISA bridge; fixes OVFM under qemu without -M q35
This commit is contained in:
parent
e9e9635a5f
commit
a8c89422a7
@ -2,7 +2,7 @@
|
||||
|
||||
# Only load this in virtualbox for now, as we're not
|
||||
# even sure we're doing the remapping correctly...
|
||||
if lspci -q 80EE:CAFE then insmod /mod/piix4.ko
|
||||
if lspci -q 80EE:CAFE,8086:7000 then insmod /mod/piix4.ko
|
||||
|
||||
# Add module descriptions here...
|
||||
if lspci -q 8086:2415 then insmod /mod/ac97.ko
|
||||
|
Loading…
x
Reference in New Issue
Block a user