From: Bruce Allan Date: Thu, 7 Jan 2010 16:31:35 +0000 (+0000) Subject: e1000e: perform 10/100 adaptive IFS only on parts that support it X-Git-Tag: v2.6.33-rc4~10^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f464ba87fe7f346e270239354eb0d38f7a3b3e6b;p=pandora-kernel.git e1000e: perform 10/100 adaptive IFS only on parts that support it Adaptive IFS which involves writing to the Adaptive IFS Throttle register was being done for all devices supported by the driver even though it is not supported (i.e. the register doesn't even exist) on some devices. The feature is supported on 8257x/82583 and ICH/PCH based devices, but not on ESB2. Signed-off-by: Bruce Allan Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed