Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117933
b: refs/heads/master
c: e8b3b5e
h: refs/heads/master
i:
  117931: c5cd851
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Oct 28, 2008
1 parent 9f5544e commit 908e205
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 3cd8ddbd86e4ea6f2f6582da217651f048d76130
refs/heads/master: e8b3b5e9f54512bfdb7c154da07ec0408cbd6c56
5 changes: 5 additions & 0 deletions trunk/drivers/ata/sata_sil24.c
Original file line number Diff line number Diff line change
Expand Up @@ -1329,6 +1329,11 @@ static int sil24_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
}
}

/* Set max read request size to 4096. This slightly increases
* write throughput for pci-e variants.
*/
pcie_set_readrq(pdev, 4096);

sil24_init_controller(host);

pci_set_master(pdev);
Expand Down

0 comments on commit 908e205

Please sign in to comment.