Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1255074
| From | David Daney <ddaney.cavm@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/4] net: thunderx: Fix incorrect subsystem devid of VF on pass2 silicon |
| Date | 2015-10-24 02:20 +0200 |
| Message-ID | <qmUIW-vG-17@gated-at.bofh.it> (permalink) |
| References | <qmUIW-vG-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Sunil Goutham <sgoutham@cavium.com>
Signed-off-by: Sunil Goutham <sgoutham@cavium.com>
Signed-off-by: David Daney <david.daney@cavium.com>
---
drivers/net/ethernet/cavium/thunder/nicvf_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/cavium/thunder/nicvf_main.c b/drivers/net/ethernet/cavium/thunder/nicvf_main.c
index b63e579..a937772 100644
--- a/drivers/net/ethernet/cavium/thunder/nicvf_main.c
+++ b/drivers/net/ethernet/cavium/thunder/nicvf_main.c
@@ -29,7 +29,7 @@
static const struct pci_device_id nicvf_id_table[] = {
{ PCI_DEVICE_SUB(PCI_VENDOR_ID_CAVIUM,
PCI_DEVICE_ID_THUNDER_NIC_VF,
- PCI_VENDOR_ID_CAVIUM, 0xA11E) },
+ PCI_VENDOR_ID_CAVIUM, 0xA134) },
{ PCI_DEVICE_SUB(PCI_VENDOR_ID_CAVIUM,
PCI_DEVICE_ID_THUNDER_PASS1_NIC_VF,
PCI_VENDOR_ID_CAVIUM, 0xA11E) },
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/4] net: thunderx: Support pass-2 revision hardware. David Daney <ddaney.cavm@gmail.com> - 2015-10-24 02:20 +0200 [PATCH 1/4] net: thunderx: Remove PF soft reset. David Daney <ddaney.cavm@gmail.com> - 2015-10-24 02:20 +0200 [PATCH 3/4] net: thunderx: Rewrite silicon revision tests. David Daney <ddaney.cavm@gmail.com> - 2015-10-24 02:20 +0200 [PATCH 4/4] net: thunderx: Incorporate pass2 silicon CPI index configuration changes David Daney <ddaney.cavm@gmail.com> - 2015-10-24 02:20 +0200 [PATCH 2/4] net: thunderx: Fix incorrect subsystem devid of VF on pass2 silicon David Daney <ddaney.cavm@gmail.com> - 2015-10-24 02:20 +0200 Re: [PATCH 0/4] net: thunderx: Support pass-2 revision hardware. David Miller <davem@davemloft.net> - 2015-10-26 02:10 +0100
csiph-web