vmware: detect vmware by its PCI Express chipset

This commit is contained in:
K. Lange 2021-07-18 06:20:36 +09:00
parent 9ad39394e4
commit ae7cdb00c2

View File

@ -2,7 +2,7 @@
# Add module descriptions here...
if lspci -q 8086:2415 then insmod /mod/ac97.ko
if lspci -q 1234:1111 then insmod /mod/vmware.ko
if lspci -q 1234:1111,15ad:07a0 then insmod /mod/vmware.ko
if lspci -q 80EE:CAFE then insmod /mod/vbox.ko
if lspci -q 8086:0046 then insmod /mod/i965.ko