All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST PATCH] ts-kernel-build: Enable CONFIG_SCSI_SAS_ATA
@ 2015-04-29 15:34 Ian Jackson
  2015-05-01 11:20 ` Ian Campbell
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Jackson @ 2015-04-29 15:34 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson, Ian Campbell

(Some) SAS storage controller drivers do not recognise attached SATA
disks when this option is not set.  It is inexplicably not set by
default in Linux 3.14.36 (at least).

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 ts-kernel-build |    1 +
 1 file changed, 1 insertion(+)

diff --git a/ts-kernel-build b/ts-kernel-build
index 324bd55..629f0cc 100755
--- a/ts-kernel-build
+++ b/ts-kernel-build
@@ -72,6 +72,7 @@ setopt CONFIG_DM_SNAPSHOT m
 setopt CONFIG_BLK_DEV_NBD m
 
 setopt CONFIG_ATA_GENERIC y
+setopt CONFIG_SCSI_SAS_ATA y
 
 setopt CONFIG_SATA_SIL24 m
 setopt CONFIG_SATA_SVW m
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-01 11:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29 15:34 [OSSTEST PATCH] ts-kernel-build: Enable CONFIG_SCSI_SAS_ATA Ian Jackson
2015-05-01 11:20 ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.