2010/10/2 Idwer Vollering <[email protected]>

> 2010/9/30 Idwer Vollering <[email protected]>
>
>> 2010/9/30 Carl-Daniel Hailfinger <[email protected]>
>>
>>>
>>> Idwer, could you please whip up a patch
>>>
>>
>> Index: nicintel_spi.c
>> ===================================================================
>> --- nicintel_spi.c    (revision 1182)
>> +++ nicintel_spi.c    (working copy)
>> @@ -62,7 +62,7 @@
>>
>>  const struct pcidev_status nics_intel_spi[] = {
>>      {PCI_VENDOR_ID_INTEL, 0x107c, OK, "Intel", "82541PI Gigabit Ethernet
>> Controller"},
>> -
>> +    {PCI_VENDOR_ID_INTEL, 0x10b9, OK, "Intel", "82572EI Gigabit Ethernet
>> Controller"},
>>      {},
>>  };
>>
>>
>>> and credit Iain with a
>>> Reported-by: line?
>>>
>>
>> IMHO "Tested-by:" is more appropiate:
>> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/SubmittingPatches;hb=4e8a2372f9255a1464ef488ed925455f53fbdaa1#l412
>>
>> Tested-by: Iain <[email protected]>
>> Signed-off-by: Idwer Vollering <[email protected]>
>>
>
> Updated against Iain's newer report:
>

Take three, sorting the PCI IDs.


> http://www.flashrom.org/pipermail/flashrom/2010-October/004945.html
> [flashrom] Success Report: Intel 82571EB Gigabit Ethernet Controller with
> Atmel AT25FS010
>

Tested-by: Iain Paton <[email protected]>

Signed-off-by: Idwer Vollering <[email protected]>


>
>>
>>> Regards,
>>> Carl-Daniel
>>>
>>> --
>>> http://www.hailfinger.org/
>>>
>>>
>>
>
Index: nicintel_spi.c
===================================================================
--- nicintel_spi.c	(revision 1184)
+++ nicintel_spi.c	(working copy)
@@ -61,8 +61,9 @@
 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, 0x107c, OK, "Intel", "82541PI Gigabit Ethernet Controller"},
-
+	{PCI_VENDOR_ID_INTEL, 0x10b9, OK, "Intel", "82572EI Gigabit Ethernet Controller"},
 	{},
 };
 
_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to