igb: Fix DCA errors and do not use context index for 82576
authorAlexander Duyck <alexander.h.duyck@intel.com>
Sat, 31 Jan 2009 08:52:30 +0000 (00:52 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 31 Jan 2009 08:52:30 +0000 (00:52 -0800)
82576 was being incorrectly flagged as needing a context index.  It does not as
each ring has it's own table of 2 contexts.

Driver was registering after registering the driver instead of the other way around.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found