summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-02-09 17:37:23 +0100
committerLudovic Courtès <ludo@gnu.org>2015-02-09 18:18:41 +0100
commit34875383c175def315ebd515d6cc563127da1a24 (patch)
tree34fda021d3872a8616eb352f2e209d37749c6333 /gnu/system
parent3bea13bb1f571445185d376f76e1785a5777282e (diff)
downloadpatches-34875383c175def315ebd515d6cc563127da1a24.tar
patches-34875383c175def315ebd515d6cc563127da1a24.tar.gz
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.
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/linux-initrd.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
index e66d9fe17a..9feb8f73e6 100644
--- a/gnu/system/linux-initrd.scm
+++ b/gnu/system/linux-initrd.scm
@@ -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.
`("ahci" ;for SATA controllers
"pata_acpi" "pata_atiixp" ;for ATA controllers
+ "isci" ;for SAS controllers like Intel C602
"usb-storage" "uas" ;for the installation image etc.
"usbkbd" "usbhid" ;USB keyboards, for debugging
,@(if (or virtio? qemu-networking?)