Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108119
b: refs/heads/master
c: 35405f2
h: refs/heads/master
i:
  108117: 921048c
  108115: 483cf29
  108111: f99cd6c
v: v3
  • Loading branch information
Dean Hildebrand authored and Jesse Barnes committed Aug 8, 2008
1 parent da5cf81 commit 6884fd2
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5a6c9b60b4cc15b22d3102b0033e5cb842125456
refs/heads/master: 35405f256de924be56ea5edaca4cdc627f1bb0f8
4 changes: 3 additions & 1 deletion trunk/drivers/pci/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -1757,9 +1757,11 @@ DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_VIA, 0x324e, quirk_via_cx700_pci_parking_c
static void __devinit quirk_brcm_570x_limit_vpd(struct pci_dev *dev)
{
/*
* Only disable the VPD capability for 5706, 5708, 5708S and 5709 rev. A
* Only disable the VPD capability for 5706, 5706S, 5708,
* 5708S and 5709 rev. A
*/
if ((dev->device == PCI_DEVICE_ID_NX2_5706) ||
(dev->device == PCI_DEVICE_ID_NX2_5706S) ||
(dev->device == PCI_DEVICE_ID_NX2_5708) ||
(dev->device == PCI_DEVICE_ID_NX2_5708S) ||
((dev->device == PCI_DEVICE_ID_NX2_5709) &&
Expand Down

0 comments on commit 6884fd2

Please sign in to comment.