summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe/ixgbe_common.c
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2007-09-04 02:31:35 +0000
committerjfv <jfv@FreeBSD.org>2007-09-04 02:31:35 +0000
commit4130a5f18eed16cb9f94a0fcd51f1a647e05d482 (patch)
treed3cbef1453420f4aa11a6c8aa57bc03d94bc4120 /sys/dev/ixgbe/ixgbe_common.c
parent2128419ce0e7d289fdf900cb1903e62bfd962d38 (diff)
downloadFreeBSD-src-4130a5f18eed16cb9f94a0fcd51f1a647e05d482.zip
FreeBSD-src-4130a5f18eed16cb9f94a0fcd51f1a647e05d482.tar.gz
This is an update to the new Intel 10G 82598 driver.
The first drop was Beta, this code is expected to be the release version. Note that this driver code will build in either 6.2 or 7. If you use the code in 6.2 you will not get TSO or MSI/X support but it will function in a legacy mode. Approved by: re
Diffstat (limited to 'sys/dev/ixgbe/ixgbe_common.c')
-rw-r--r--sys/dev/ixgbe/ixgbe_common.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ixgbe/ixgbe_common.c b/sys/dev/ixgbe/ixgbe_common.c
index 30a2625..f9cc69c 100644
--- a/sys/dev/ixgbe/ixgbe_common.c
+++ b/sys/dev/ixgbe/ixgbe_common.c
@@ -32,6 +32,7 @@
*******************************************************************************/
/* $FreeBSD$ */
+
#include "ixgbe_common.h"
#include "ixgbe_api.h"
@@ -133,9 +134,6 @@ s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw)
/* Clear statistics registers */
ixgbe_clear_hw_cntrs(hw);
- /* Set up flow control */
- ixgbe_setup_fc(hw, 0);
-
/* Set No Snoop Disable */
ctrl_ext = IXGBE_READ_REG(hw, IXGBE_CTRL_EXT);
ctrl_ext |= IXGBE_CTRL_EXT_NS_DIS;
OpenPOWER on IntegriCloud