]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
ts-kernel-build: Enable CONFIG_SCSI_SAS_ATA
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 29 Apr 2015 15:06:29 +0000 (16:06 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Sat, 2 May 2015 09:00:59 +0000 (10:00 +0100)
(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

index 324bd55c43d4855e04274c744794b1ffd89a2a0c..629f0cc9468c99bc1cda8d538f69d78102fbe688 100755 (executable)
@@ -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