Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18444
b: refs/heads/master
c: 560c26c
h: refs/heads/master
v: v3
  • Loading branch information
Jack Hammer authored and James Bottomley committed Jan 14, 2006
1 parent dd22e43 commit 6215e32
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ad757cdfd2a40c9d5310d00f24427525788341cd
refs/heads/master: 560c26c8345509619c3575331b99b329b5de1054
3 changes: 3 additions & 0 deletions trunk/drivers/scsi/ips.c
Original file line number Diff line number Diff line change
Expand Up @@ -1319,6 +1319,9 @@ ips_slave_configure(struct scsi_device * SDptr)
min = ha->max_cmds - 1;
scsi_adjust_queue_depth(SDptr, MSG_ORDERED_TAG, min);
}

SDptr->skip_ms_page_8 = 1;
SDptr->skip_ms_page_3f = 1;
return 0;
}
#endif
Expand Down

0 comments on commit 6215e32

Please sign in to comment.