From: Alexander Duyck Date: Mon, 22 Mar 2010 14:07:46 +0000 (+0000) Subject: igb: cleanup usage of virtualization registers X-Git-Tag: v2.6.35-rc1~473^2~712 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52a1dd4d15cc28da5d3e9bfb1526c314d65fdff8;p=pandora-kernel.git igb: cleanup usage of virtualization registers The igb driver was incorrectly attempting to write to registers that do not exist on 82580 hardware. This wasn't causing any issues that I can tell, but it is not recommended behavior either so I have changed this so we are determining which registers to write to based on mac type. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed