diff options
author | Alexander Duyck <alexander.h.duyck@intel.com> | 2009-08-13 16:57:49 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-24 08:44:11 -0700 |
commit | 0e2684f97e9dd81ff81705400c0d0657bfbe425f (patch) | |
tree | 74b7dc39ca558ca710d56bdab2e414e615d04f63 | |
parent | 2e464a961227d74dbe65d06fd8d8bd2b6df8262f (diff) | |
download | kernel-common-0e2684f97e9dd81ff81705400c0d0657bfbe425f.tar.gz kernel-common-0e2684f97e9dd81ff81705400c0d0657bfbe425f.tar.bz2 kernel-common-0e2684f97e9dd81ff81705400c0d0657bfbe425f.zip |
PCI quirk: update 82576 device ids in SR-IOV quirks list
commit 6f1186be4feb3364d3a52cbea81e43e4d5296196 upstream.
This patch adds the most recent additions to the list of 82576 device IDs
to the list of devices needing the SR-IOV quirk.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/pci/quirks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 34a89b7ebf07..bf9a9a46dd38 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c @@ -2494,6 +2494,7 @@ 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); +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x150d, quirk_i82576_sriov); #endif /* CONFIG_PCI_IOV */ |