浏览代码

[intel] Add I217-LM PCI ID

Add the ID for the LM variant and differentiate it from the I217-V.

Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Jan Kiszka 9 年前
父节点
当前提交
0df7ce9641
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/drivers/net/intel.c

+ 2
- 1
src/drivers/net/intel.c 查看文件

@@ -996,7 +996,8 @@ static struct pci_device_id intel_nics[] = {
996 996
 	PCI_ROM ( 0x8086, 0x1526, "82576-5", "82576", 0 ),
997 997
 	PCI_ROM ( 0x8086, 0x1527, "82580-f2", "82580 Fiber", 0 ),
998 998
 	PCI_ROM ( 0x8086, 0x1533, "i210", "I210", 0 ),
999
-	PCI_ROM ( 0x8086, 0x153b, "i217", "I217", 0 ),
999
+	PCI_ROM ( 0x8086, 0x153a, "i217lm", "I217-LM", 0 ),
1000
+	PCI_ROM ( 0x8086, 0x153b, "i217v", "I217-V", 0 ),
1000 1001
 	PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
1001 1002
 	PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),
1002 1003
 };

正在加载...
取消
保存