|
@@ -386,6 +386,10 @@ static int aac_biosparm(struct scsi_device *sdev, struct block_device *bdev,
|
|
|
static int aac_slave_configure(struct scsi_device *sdev)
|
|
|
{
|
|
|
struct Scsi_Host *host = sdev->host;
|
|
|
+ if (sdev_channel(sdev) == CONTAINER_CHANNEL) {
|
|
|
+ sdev->skip_ms_page_8 = 1;
|
|
|
+ sdev->skip_ms_page_3f = 1;
|
|
|
+ }
|
|
|
|
|
|
if (sdev->tagged_supported)
|
|
|
scsi_adjust_queue_depth(sdev, MSG_ORDERED_TAG, 128);
|