Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132236
b: refs/heads/master
c: 7726c33
h: refs/heads/master
v: v3
  • Loading branch information
Prakash Punnoor authored and Matthew Wilcox committed Mar 12, 2009
1 parent 0d16428 commit d431137
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 3f3b902ed8147c42a4a9764014c758e6b3f42f51
refs/heads/master: 7726c3308a92b4a4c3bd059059498fca0e6f8e48
4 changes: 4 additions & 0 deletions trunk/drivers/pci/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -2166,6 +2166,10 @@ static void __devinit nv_msi_ht_cap_quirk(struct pci_dev *dev)
int pos;
int found;

/* Enabling HT MSI mapping on this device breaks MCP51 */
if (dev->device == 0x270)
return;

/* check if there is HT MSI cap or enabled on this device */
found = ht_check_msi_mapping(dev);

Expand Down

0 comments on commit d431137

Please sign in to comment.