From a7c925bf032199b867376656acf950a72a6a1a15 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Fri, 4 Jul 2014 01:27:04 +0400 Subject: net: add RealTek RTL-8139 PCI Ethernet driver This driver is based on Linux 2.6.39 8139too driver. Signed-off-by: Antony Pavlov Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sascha Hauer --- include/linux/pci_ids.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/linux') diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 49e2954f9a..17ac7fdb6b 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -134,3 +134,8 @@ #define PCI_CLASS_SP_OTHER 0x1180 #define PCI_CLASS_OTHERS 0xff + +/* Vendors and devices. Sort key: vendor first, device next. */ + +#define PCI_VENDOR_ID_REALTEK 0x10ec +#define PCI_DEVICE_ID_REALTEK_8139 0x8139 -- cgit v1.2.3