diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-02-09 17:37:23 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-02-09 18:18:41 +0100 |
commit | 34875383c175def315ebd515d6cc563127da1a24 (patch) | |
tree | 34fda021d3872a8616eb352f2e209d37749c6333 /gnu/system/linux-initrd.scm | |
parent | 3bea13bb1f571445185d376f76e1785a5777282e (diff) | |
download | patches-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/linux-initrd.scm')
-rw-r--r-- | gnu/system/linux-initrd.scm | 1 |
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?) |