base: Load ATA drivers on vbox if IDE is detected
This commit is contained in:
parent
70e4d82524
commit
8d9c13c047
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user