base: Load ATA drivers on vbox if IDE is detected

This commit is contained in:
K. Lange 2021-10-07 20:21:41 +09:00
parent 70e4d82524
commit 8d9c13c047

View File

@ -12,4 +12,5 @@ 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 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