Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178811
b: refs/heads/master
c: ca79cf6
h: refs/heads/master
i:
  178809: 1aba3f6
  178807: a0943a7
v: v3
  • Loading branch information
Duane Grigsby authored and James Bottomley committed Dec 30, 2009
1 parent 3f3e044 commit 47f1eee
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 858808019313f217d63ec4ad26686e6fb7b08c19
refs/heads/master: ca79cf664806d833e28c8c05824b2361f59b8bc8
7 changes: 7 additions & 0 deletions trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,13 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)

/* Set ISP-type information. */
qla2x00_set_isp_flags(ha);

/* Set EEH reset type to fundamental if required by hba */
if ( IS_QLA24XX(ha) || IS_QLA25XX(ha) || IS_QLA81XX(ha)) {
pdev->needs_freset = 1;
pci_save_state(pdev);
}

/* Configure PCI I/O space */
ret = qla2x00_iospace_config(ha);
if (ret)
Expand Down

0 comments on commit 47f1eee

Please sign in to comment.