diff --git a/nicintel_spi.c b/nicintel_spi.c index ee7046c7f8d954585ad57b9370dd346495b97607..574735fb2a020e51349825fdb9b2899977ebbe94 100644 --- a/nicintel_spi.c +++ b/nicintel_spi.c @@ -62,6 +62,7 @@ uint8_t *nicintel_spibar; const struct pcidev_status nics_intel_spi[] = { {PCI_VENDOR_ID_INTEL, 0x105e, OK, "Intel", "82571EB Gigabit Ethernet Controller"}, + {PCI_VENDOR_ID_INTEL, 0x1076, OK, "Intel", "82541GI Gigabit Ethernet Controller"}, {PCI_VENDOR_ID_INTEL, 0x107c, OK, "Intel", "82541PI Gigabit Ethernet Controller"}, {PCI_VENDOR_ID_INTEL, 0x10b9, OK, "Intel", "82572EI Gigabit Ethernet Controller"},