Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2992822AbbEPDmu (ORCPT ); Fri, 15 May 2015 23:42:50 -0400 Received: from nn-mx.auriga.ru ([81.19.133.66]:40646 "EHLO nn-mx.auriga.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2992648AbbEPDmn (ORCPT ); Fri, 15 May 2015 23:42:43 -0400 From: Aleksey Makarov To: netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org, David Daney , Aleksey Makarov , Bjorn Helgaas , linux-pci@vger.kernel.org Subject: [PATCH net-next v3 1/2] pci: Add Cavium PCI vendor id Date: Fri, 15 May 2015 20:36:38 -0700 Message-Id: <1431747401-20847-2-git-send-email-aleksey.makarov@auriga.com> X-Mailer: git-send-email 2.4.0 In-Reply-To: <1431747401-20847-1-git-send-email-aleksey.makarov@auriga.com> References: <1431747401-20847-1-git-send-email-aleksey.makarov@auriga.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 778 Lines: 26 Signed-off-by: Aleksey Makarov --- include/linux/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index e63c02a..3633cc6 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2327,6 +2327,8 @@ #define PCI_DEVICE_ID_ALTIMA_AC9100 0x03ea #define PCI_DEVICE_ID_ALTIMA_AC1003 0x03eb +#define PCI_VENDOR_ID_CAVIUM 0x177d + #define PCI_VENDOR_ID_BELKIN 0x1799 #define PCI_DEVICE_ID_BELKIN_F5D7010V7 0x701f -- 2.4.0 -- 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/