Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56993
b: refs/heads/master
c: 04efb87
h: refs/heads/master
i:
  56991: 06608c6
v: v3
  • Loading branch information
David S. Miller committed May 25, 2007
1 parent b57f100 commit 9768f72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: ba78073e6f70cd9c64a478a9bd901d7c8736cfbc
refs/heads/master: 04efb8787e4d8a7b21a61aeb723de33154311256
5 changes: 4 additions & 1 deletion trunk/drivers/net/cassini.c
Original file line number Diff line number Diff line change
Expand Up @@ -4919,7 +4919,10 @@ static int __devinit cas_init_one(struct pci_dev *pdev,
pci_cmd &= ~PCI_COMMAND_SERR;
pci_cmd |= PCI_COMMAND_PARITY;
pci_write_config_word(pdev, PCI_COMMAND, pci_cmd);
pci_set_mwi(pdev);
if (pci_set_mwi(pdev))
printk(KERN_WARNING PFX "Could enable MWI for %s\n",
pci_name(pdev));

/*
* On some architectures, the default cache line size set
* by pci_set_mwi reduces perforamnce. We have to increase
Expand Down

0 comments on commit 9768f72

Please sign in to comment.