[ipxe-devel] [PATCH] [intel] Add Intel I210 Gigabit Ethernet PCI ID
Jens Rottmann
JRottmann at LiPPERTembedded.de
Wed Feb 6 13:25:05 UTC 2013
[intel] Add Intel I210 Gigabit Ethernet PCI ID
Managed to net-boot without further changes, obviously chip is similar enough
to its predecessors.
Signed-off-by: Jens Rottmann <JRottmann at LiPPERTembedded.de>
---
--- ipxe-b757df7/src/drivers/net/intel.c
+++ ipxe/src/drivers/net/intel.c
@@ -945,6 +945,7 @@
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 ),
};
_
More information about the ipxe-devel
mailing list