Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20371
b: refs/heads/master
c: d8a5711
h: refs/heads/master
i:
  20369: c401623
  20367: 2a7cc7c
v: v3
  • Loading branch information
Mark Haverkamp authored and unknown committed Feb 4, 2006
1 parent e6808ad commit ec09ade
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 854165f4245c4a3b4a8cc363ba2050033151e196
refs/heads/master: d8a571135aad527e5984c8094b7977c6914f2550
4 changes: 4 additions & 0 deletions trunk/drivers/scsi/aacraid/linit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ec09ade

Please sign in to comment.