Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108887
b: refs/heads/master
c: 946fb89
h: refs/heads/master
i:
  108885: 59f2cea
  108883: aaaa9b1
  108879: f810f03
v: v3
  • Loading branch information
Mike Hernandez authored and James Bottomley committed Aug 16, 2008
1 parent b74a1b9 commit 9512f13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bed475c4cde5d12f537f445bdd0a5a3bb5684481
refs/heads/master: 946fb8915a47bbd76de75b2ae7f1c7e92c0666ca
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/qla2xxx/qla_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -976,8 +976,9 @@ qla2x00_setup_chip(scsi_qla_host_t *ha)
&ha->fw_attributes, &ha->fw_memory_size);
qla2x00_resize_request_q(ha);
ha->flags.npiv_supported = 0;
if ((IS_QLA24XX(ha) || IS_QLA25XX(ha)) &&
(ha->fw_attributes & BIT_2)) {
if ((IS_QLA24XX(ha) || IS_QLA25XX(ha) ||
IS_QLA84XX(ha)) &&
(ha->fw_attributes & BIT_2)) {
ha->flags.npiv_supported = 1;
if ((!ha->max_npiv_vports) ||
((ha->max_npiv_vports + 1) %
Expand Down

0 comments on commit 9512f13

Please sign in to comment.