]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[intel] Add Intel I210 Gigabit Ethernet PCI ID
authorJens Rottmann <JRottmann@LiPPERTembedded.de>
Wed, 6 Feb 2013 13:25:05 +0000 (14:25 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 20 Feb 2013 12:04:10 +0000 (12:04 +0000)
Signed-off-by: Jens Rottmann <JRottmann@LiPPERTembedded.de>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/intel.c

index 399b53540cd7d2795b2b3e7a755604a5bfff7156..ce17e9f2da92c15fdb24879dfad2cb5b5c5da9c8 100644 (file)
@@ -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 ),
 };