]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ixgbe: LINKS2 is not a valid register for 82598
authorDon Skidmore <donald.c.skidmore@intel.com>
Tue, 24 Nov 2009 18:51:48 +0000 (18:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Nov 2009 08:33:59 +0000 (00:33 -0800)
commit000c486ddae850106a29e45a5d660dff49ad566a
treea3066d8a273eaea80f9f519dd37c6d38121cb7b4
parent9bbe3a570b4984ff2e90014074ba3a06a05384a0
ixgbe: LINKS2 is not a valid register for 82598

82598 shouldn't try and access LINKS2 while configuring
link and flow control.  This is an 82599-only register.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_common.c