diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2012-11-06 17:29:40 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2012-11-06 17:29:40 +0000 |
commit | f072868f6fb85418cabb9b8b5fd11ecb7d23335d (patch) | |
tree | b76dc5c406a8247f2c4610aca7a6dc5d89af9571 /sys/dev/pci/if_ix.c | |
parent | 1d5f463e7fbbc11202042c2f8d413be0dbae7f41 (diff) |
Remove Flow Director code that is not used, is outdated and tends
to get in the way. ok krw, brad
Diffstat (limited to 'sys/dev/pci/if_ix.c')
-rw-r--r-- | sys/dev/pci/if_ix.c | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/sys/dev/pci/if_ix.c b/sys/dev/pci/if_ix.c index fec2f52d427..948accbb3d7 100644 --- a/sys/dev/pci/if_ix.c +++ b/sys/dev/pci/if_ix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ix.c,v 1.72 2012/10/28 12:21:57 brad Exp $ */ +/* $OpenBSD: if_ix.c,v 1.73 2012/11/06 17:29:39 mikeb Exp $ */ /****************************************************************************** @@ -788,16 +788,7 @@ ixgbe_init(void *arg) } #endif -#ifdef IXGBE_FDIR - /* Init Flow director */ - if (sc->hw.mac.type != ixgbe_mac_82598EB) - ixgbe_init_fdir_signature_82599(&sc->hw, fdir_pballoc); -#endif - - /* - * Check on any SFP devices that - * need to be kick-started - */ + /* Check on any SFP devices that need to be kick-started */ if (sc->hw.phy.type == ixgbe_phy_none) { err = sc->hw.phy.ops.identify(&sc->hw); if (err == IXGBE_ERR_SFP_NOT_SUPPORTED) { |