[flashrom] [commit] r1306 - trunk

repository service svn at flashrom.org
Wed May 18 03:31:24 CEST 2011


Author: stefanct
Date: Wed May 18 03:31:24 2011
New Revision: 1306
URL: http://flashrom.org/trac/flashrom/changeset/1306

Log:
add support for 8086:1076 (82541GI) to nicintel_spi.c

Signed-off-by: Stefan Tauner <stefan.tauner at student.tuwien.ac.at>
Acked-by: Idwer Vollering <vidwer at gmail.com>

Modified:
   trunk/nicintel_spi.c

Modified: trunk/nicintel_spi.c
==============================================================================
--- trunk/nicintel_spi.c	Wed May 18 03:31:17 2011	(r1305)
+++ trunk/nicintel_spi.c	Wed May 18 03:31:24 2011	(r1306)
@@ -62,6 +62,7 @@
 
 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"},
 




More information about the flashrom mailing list