Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328858
b: refs/heads/master
c: 5ffd3a5
h: refs/heads/master
v: v3
  • Loading branch information
Chad Dupuis authored and James Bottomley committed Sep 24, 2012
1 parent 16f4bfa commit f031e8d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1459c0e16d1aef234991ff2bad516404695057db
refs/heads/master: 5ffd3a52bf5afd69012d253665c65a49002883cc
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla2xxx/qla_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ qla24xx_pci_config(scsi_qla_host_t *vha)

/* PCIe -- adjust Maximum Read Request Size (2048). */
if (pci_is_pcie(ha->pdev))
pcie_set_readrq(ha->pdev, 2048);
pcie_set_readrq(ha->pdev, 4096);

pci_disable_rom(ha->pdev);

Expand Down Expand Up @@ -803,7 +803,7 @@ qla25xx_pci_config(scsi_qla_host_t *vha)

/* PCIe -- adjust Maximum Read Request Size (2048). */
if (pci_is_pcie(ha->pdev))
pcie_set_readrq(ha->pdev, 2048);
pcie_set_readrq(ha->pdev, 4096);

pci_disable_rom(ha->pdev);

Expand Down

0 comments on commit f031e8d

Please sign in to comment.