base: Load the piix4 remapper if we see the ISA bridge; fixes OVFM under qemu without -M q35

This commit is contained in:
K. Lange 2021-10-13 21:28:53 +09:00
parent e9e9635a5f
commit a8c89422a7
1 changed files with 1 additions and 1 deletions

View File

@ -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