diff options
author | Christian Nilsson <nikize@gmail.com> | 2016-03-29 18:44:30 +0200 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2016-03-29 19:53:20 +0100 |
commit | ef1c4b1c9031adcb4aee01bd628d96fc0c676b94 (patch) | |
tree | c41e663dc3bd2893279da3109778721dc654a17c /src/drivers/net/intel.c | |
parent | 97c3f6e55a941a3caf3a0a36346d2e89f5a7b283 (diff) | |
download | ipxe-ef1c4b1c9031adcb4aee01bd628d96fc0c676b94.tar.gz |
[intel] Add PCI device ID for another I219-V
Signed-off-by: Christian Nilsson <nikize@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/net/intel.c')
-rw-r--r-- | src/drivers/net/intel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/net/intel.c b/src/drivers/net/intel.c index dc06466a7..a64dd1913 100644 --- a/src/drivers/net/intel.c +++ b/src/drivers/net/intel.c @@ -1067,6 +1067,7 @@ static struct pci_device_id intel_nics[] = { PCI_ROM ( 0x8086, 0x15a1, "i218v-2", "I218-V", 0 ), PCI_ROM ( 0x8086, 0x15a2, "i218lm-3", "I218-LM", INTEL_NO_PHY_RST ), PCI_ROM ( 0x8086, 0x15a3, "i218v-3", "I218-V", INTEL_NO_PHY_RST ), + PCI_ROM ( 0x8086, 0x15b8, "i219v-2", "I219-V (2)", 0 ), PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ), PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ), }; |