From: Dario Faggioli <dario.faggioli@citrix.com>
To: xenn-devel@lists.xen.org, xen-devel@lists.xen.org
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>,
Ian Campbell <Ian.Campbell@citrix.com>
Subject: [OSSTest PATCH 1/2] ts-kernel-build: Enable MegaRAID SAS support
Date: Wed, 06 Nov 2013 19:41:47 +0100 [thread overview]
Message-ID: <20131106184147.19342.20953.stgit@Solace> (raw)
In-Reply-To: <20131106184115.19342.58532.stgit@Solace>
when building linux, by adding the proper setopt
in $config_hardware in.
This is required for having the ultralisk big box
in the Cambridge office to properly boot.
Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
---
ts-kernel-build | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/ts-kernel-build b/ts-kernel-build
index babd261..43d9db7 100755
--- a/ts-kernel-build
+++ b/ts-kernel-build
@@ -153,6 +153,12 @@ setopt CONFIG_SCSI_PMCRAID m
setopt CONFIG_SCSI_SRP m
setopt CONFIG_SCSI_BFA_FC m
+setopt CONFIG_MEGARAID_NEWGEN y
+setopt CONFIG_MEGARAID_MM m
+setopt CONFIG_MEGARAID_MAILBOX m
+setopt CONFIG_MEGARAID_LEGACY m
+setopt CONFIG_MEGARAID_SAS m
+
setopt CONFIG_FIRMWARE_IN_KERNEL y
setopt CONFIG_BNX2 m
next prev parent reply other threads:[~2013-11-06 18:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-06 18:41 [OSSTest PATCH 0/2] MegaRAID SAS support and RebootTimeExtra documentation Dario Faggioli
2013-11-06 18:41 ` Dario Faggioli [this message]
2013-11-06 18:41 ` [OSSTest PATCH 2/2] README: Document the RebootTimeExtra host property Dario Faggioli
2013-11-07 15:53 ` [OSSTest PATCH 0/2] MegaRAID SAS support and RebootTimeExtra documentation Ian Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131106184147.19342.20953.stgit@Solace \
--to=dario.faggioli@citrix.com \
--cc=Ian.Campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=xen-devel@lists.xen.org \
--cc=xenn-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).