Support virtio_scsi devices on nixos-generate-config
This commit is contained in:
parent
c30745e053
commit
27e9328895
@ -183,6 +183,11 @@ sub pciCheck {
|
|||||||
push @imports, "(modulesPath + \"/hardware/network/broadcom-43xx.nix\")";
|
push @imports, "(modulesPath + \"/hardware/network/broadcom-43xx.nix\")";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# In case this is a virtio scsi device, we need to explicitly make this available.
|
||||||
|
if ($vendor eq "0x1af4" && $device eq "0x1004") {
|
||||||
|
push @initrdAvailableKernelModules, "virtio_scsi";
|
||||||
|
}
|
||||||
|
|
||||||
# Can't rely on $module here, since the module may not be loaded
|
# Can't rely on $module here, since the module may not be loaded
|
||||||
# due to missing firmware. Ideally we would check modules.pcimap
|
# due to missing firmware. Ideally we would check modules.pcimap
|
||||||
# here.
|
# here.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user