base: Accept QEMU IDE controller for ata driver autoload

This commit is contained in:
K. Lange 2021-10-08 10:22:59 +09:00
parent 9ad23299c7
commit 3d79b85f2c
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ if lspci -q 8086:0046 then insmod /mod/i965.ko
if lspci -q 8086:100e,8086:1004,8086:100f,8086:10ea,8086:10d3 then insmod /mod/e1000.ko
# Device drivers
if lspci -q 8086:7111 then insmod /mod/ata.ko
if lspci -q 8086:7111,8086:7010 then insmod /mod/ata.ko