From: Alexander Duyck Date: Tue, 26 Aug 2008 11:25:05 +0000 (-0700) Subject: igb: ethtool -d reads EICR which is incorrect as it is read on clear X-Git-Tag: v2.6.27-rc5~8^2~4^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe59de38c58d3eedc025be61ff3055a41776bbd4;p=pandora-kernel.git igb: ethtool -d reads EICR which is incorrect as it is read on clear Ethtool -d is reading the EICR and ICR registers which is currently clearing these registers and masking off interrupts. To prevent this we read the EICS and ICS equivilents as they can be read without clearing or masking. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed