pci: update 82576 sr-iov quirk with latest device IDs
authorAlexander Duyck <[email protected]>
Wed, 6 May 2009 10:25:42 +0000 (10:25 +0000)
committerDavid S. Miller <[email protected]>
Wed, 6 May 2009 22:33:44 +0000 (15:33 -0700)
The current quirk doesn't include all 82576 device IDs.  This update
resolves that.

Signed-off-by: Alexander Duyck <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/pci/quirks.c

index 0254741bece0827fa70e7a74143c2953b6538546..c01c1196d45efc15c37b3b1940531425dcfa679a 100644 (file)
@@ -2460,6 +2460,8 @@ static void __devinit quirk_i82576_sriov(struct pci_dev *dev)
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x10c9, quirk_i82576_sriov);
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x10e6, quirk_i82576_sriov);
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x10e7, quirk_i82576_sriov);
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x10e8, quirk_i82576_sriov);
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x150a, quirk_i82576_sriov);
 
 #endif /* CONFIG_PCI_IOV */