Quellcode durchsuchen

[intel] Add PCI device IDs for Intel I218-LM and I218-V

I218-LM (rev 3) is found in Lenovo Thinkpad X250.  The remaining
device IDs are from linux/drivers/net/ethernet/intel/e1000e/hw.h

Signed-off-by: Christian Hesse <mail@eworm.de>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Christian Hesse vor 9 Jahren
Ursprung
Commit
5744c3e8cd
1 geänderte Dateien mit 6 neuen und 1 gelöschten Zeilen
  1. 6
    1
      src/drivers/net/intel.c

+ 6
- 1
src/drivers/net/intel.c Datei anzeigen

@@ -1017,8 +1017,13 @@ static struct pci_device_id intel_nics[] = {
1017 1017
 	PCI_ROM ( 0x8086, 0x1527, "82580-f2", "82580 Fiber", 0 ),
1018 1018
 	PCI_ROM ( 0x8086, 0x1533, "i210", "I210", 0 ),
1019 1019
 	PCI_ROM ( 0x8086, 0x153a, "i217lm", "I217-LM", 0 ),
1020
-	PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218-LM", 0),
1021 1020
 	PCI_ROM ( 0x8086, 0x153b, "i217v", "I217-V", 0 ),
1021
+	PCI_ROM ( 0x8086, 0x1559, "i218v", "I218-V", 0),
1022
+	PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218-LM", 0),
1023
+	PCI_ROM ( 0x8086, 0x15a0, "i218lm-2", "I218-LM", 0 ),
1024
+	PCI_ROM ( 0x8086, 0x15a1, "i218v-2", "I218-V", 0 ),
1025
+	PCI_ROM ( 0x8086, 0x15a2, "i218lm-3", "I218-LM", 0 ),
1026
+	PCI_ROM ( 0x8086, 0x15a3, "i218v-3", "I218-V", 0 ),
1022 1027
 	PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
1023 1028
 	PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),
1024 1029
 };

Laden…
Abbrechen
Speichern