]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Add hardware specific initialization code for 82599 devices
authorPJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
Fri, 27 Feb 2009 15:44:30 +0000 (15:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Mar 2009 08:24:33 +0000 (00:24 -0800)
commit68990eac2358489878776d3f64f6b6daf5af94ed
tree16f46e5acf0aa7b5ec8b1a0cc07a0c89ac002642
parent757f61be0cd0bf7752760d84b3b51427ff9cb19c
ixgbe: Add hardware specific initialization code for 82599 devices

This patch adds the hardware initialization code specific to 82599.  This
is similar to the 82598 hardware initialization code.  It also includes all
changes to the existing hardware init code to support 82599.

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_82598.c
drivers/net/ixgbe/ixgbe_82599.c [new file with mode: 0644]
drivers/net/ixgbe/ixgbe_common.c
drivers/net/ixgbe/ixgbe_common.h
drivers/net/ixgbe/ixgbe_ethtool.c
drivers/net/ixgbe/ixgbe_phy.c
drivers/net/ixgbe/ixgbe_phy.h
drivers/net/ixgbe/ixgbe_type.h