Explorar el Código

[intel] Add Intel I210 Gigabit Ethernet PCI ID

Signed-off-by: Jens Rottmann <JRottmann@LiPPERTembedded.de>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Jens Rottmann hace 12 años
padre
commit
3c29c8ecc1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/drivers/net/intel.c

+ 1
- 0
src/drivers/net/intel.c Ver fichero

@@ -945,6 +945,7 @@ static struct pci_device_id intel_nics[] = {
945 945
 	PCI_ROM ( 0x8086, 0x1525, "82567v-4", "82567V-4", 0 ),
946 946
 	PCI_ROM ( 0x8086, 0x1526, "82576-5", "82576", 0 ),
947 947
 	PCI_ROM ( 0x8086, 0x1527, "82580-f2", "82580 Fiber", 0 ),
948
+	PCI_ROM ( 0x8086, 0x1533, "i210", "I210", 0 ),
948 949
 	PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
949 950
 	PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),
950 951
 };

Loading…
Cancelar
Guardar