guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: linux-initrd: Add 'isci' module, needed for some SAS controllers.


From: Ludovic Courtès
Subject: 03/03: linux-initrd: Add 'isci' module, needed for some SAS controllers.
Date: Mon, 09 Feb 2015 17:18:51 +0000

civodul pushed a commit to branch master
in repository guix.

commit 34875383c175def315ebd515d6cc563127da1a24
Author: Ludovic Courtès <address@hidden>
Date:   Mon Feb 9 17:37:23 2015 +0100

    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.
---
 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 e66d9fe..9feb8f7 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?)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]