2010/9/30 Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
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=Do...
Tested-by: Iain selsinork@gmail.com Signed-off-by: Idwer Vollering vidwer@gmail.com
Regards, Carl-Daniel