linux-initrd: Add 'isci' module, needed for some SAS controllers.
Encountered on a Dell Precision T3600. * gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Add isci.
This commit is contained in:
parent
3bea13bb1f
commit
34875383c1
|
@ -186,6 +186,7 @@ loaded at boot time in the order in which they appear."
|
||||||
;; Modules added to the initrd and loaded from the initrd.
|
;; Modules added to the initrd and loaded from the initrd.
|
||||||
`("ahci" ;for SATA controllers
|
`("ahci" ;for SATA controllers
|
||||||
"pata_acpi" "pata_atiixp" ;for ATA controllers
|
"pata_acpi" "pata_atiixp" ;for ATA controllers
|
||||||
|
"isci" ;for SAS controllers like Intel C602
|
||||||
"usb-storage" "uas" ;for the installation image etc.
|
"usb-storage" "uas" ;for the installation image etc.
|
||||||
"usbkbd" "usbhid" ;USB keyboards, for debugging
|
"usbkbd" "usbhid" ;USB keyboards, for debugging
|
||||||
,@(if (or virtio? qemu-networking?)
|
,@(if (or virtio? qemu-networking?)
|
||||||
|
|
Loading…
Reference in New Issue