From: Jens Rottmann Date: Wed, 6 Feb 2013 13:25:05 +0000 (+0100) Subject: [intel] Add Intel I210 Gigabit Ethernet PCI ID X-Git-Tag: v1.20.1~1584 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c29c8ecc187b2fdd38c87df42080dc7c5a25b81;p=thirdparty%2Fipxe.git [intel] Add Intel I210 Gigabit Ethernet PCI ID Signed-off-by: Jens Rottmann Signed-off-by: Michael Brown --- diff --git a/src/drivers/net/intel.c b/src/drivers/net/intel.c index 399b53540..ce17e9f2d 100644 --- a/src/drivers/net/intel.c +++ b/src/drivers/net/intel.c @@ -945,6 +945,7 @@ static struct pci_device_id intel_nics[] = { PCI_ROM ( 0x8086, 0x1525, "82567v-4", "82567V-4", 0 ), PCI_ROM ( 0x8086, 0x1526, "82576-5", "82576", 0 ), PCI_ROM ( 0x8086, 0x1527, "82580-f2", "82580 Fiber", 0 ), + PCI_ROM ( 0x8086, 0x1533, "i210", "I210", 0 ), PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ), PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ), };