* [net-next-2.6 PATCH] pci: add support for 82576NS serdes to existing SR-IOV quirk
@ 2010-02-20 3:57 Jeff Kirsher
2010-02-22 23:49 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Kirsher @ 2010-02-20 3:57 UTC (permalink / raw)
To: davem, jbarnes; +Cc: netdev, linux-pci, gospo, Alexander Duyck, Jeff Kirsher
From: Alexander Duyck <alexander.h.duyck@intel.com>
This patch adds support for the 82576NS Serdes adapter to the existing pci
quirk for 82576 parts.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---
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 d58b940..456c265 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -2534,6 +2534,7 @@ 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);
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x1518, quirk_i82576_sriov);
#endif /* CONFIG_PCI_IOV */
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [net-next-2.6 PATCH] pci: add support for 82576NS serdes to existing SR-IOV quirk
2010-02-20 3:57 [net-next-2.6 PATCH] pci: add support for 82576NS serdes to existing SR-IOV quirk Jeff Kirsher
@ 2010-02-22 23:49 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-02-22 23:49 UTC (permalink / raw)
To: jeffrey.t.kirsher; +Cc: jbarnes, netdev, linux-pci, gospo, alexander.h.duyck
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Date: Fri, 19 Feb 2010 19:57:46 -0800
> From: Alexander Duyck <alexander.h.duyck@intel.com>
>
> This patch adds support for the 82576NS Serdes adapter to the existing pci
> quirk for 82576 parts.
>
> Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-22 23:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-20 3:57 [net-next-2.6 PATCH] pci: add support for 82576NS serdes to existing SR-IOV quirk Jeff Kirsher
2010-02-22 23:49 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).