[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: hydra: berlin: Add mpt3sas module.
From: |
Ricardo Wurmus |
Subject: |
01/04: hydra: berlin: Add mpt3sas module. |
Date: |
Wed, 14 Nov 2018 09:39:57 -0500 (EST) |
rekado pushed a commit to branch master
in repository maintenance.
commit 156f298f221be0c0d065d0eeead9b5c551881402
Author: Ricardo Wurmus <address@hidden>
Date: Wed Nov 14 15:34:06 2018 +0100
hydra: berlin: Add mpt3sas module.
This is needed for the HBA cards connected to the external storage.
* hydra/berlin.scm <initrd-modules>: Add "mpt3sas".
---
hydra/berlin.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 54165e0..8af7486 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -89,7 +89,7 @@ Happy hacking!\n"))
;; The Dell server need these kernel modules for the
;; RAID controller.
(initrd-modules (append (list "megaraid_sas" "scsi_transport_sas"
- "libsas")
+ "mpt3sas" "libsas")
%base-initrd-modules))
;; Show the GRUB menu on the serial interface.