Deleted Added
full compact
ixgbe_x550.h (282289) ixgbe_x550.h (283620)
1/******************************************************************************
2
3 Copyright (c) 2001-2015, Intel Corporation
4 All rights reserved.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
8

--- 16 unchanged lines hidden (view full) ---

25 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 POSSIBILITY OF SUCH DAMAGE.
31
32******************************************************************************/
1/******************************************************************************
2
3 Copyright (c) 2001-2015, Intel Corporation
4 All rights reserved.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
8

--- 16 unchanged lines hidden (view full) ---

25 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 POSSIBILITY OF SUCH DAMAGE.
31
32******************************************************************************/
33/*$FreeBSD: head/sys/dev/ixgbe/ixgbe_x550.h 282289 2015-04-30 22:53:27Z erj $*/
33/*$FreeBSD: stable/10/sys/dev/ixgbe/ixgbe_x550.h 283620 2015-05-27 17:44:11Z erj $*/
34
35#ifndef _IXGBE_X550_H_
36#define _IXGBE_X550_H_
37
38#include "ixgbe_type.h"
39
40s32 ixgbe_dmac_config_X550(struct ixgbe_hw *hw);
41s32 ixgbe_dmac_config_tcs_X550(struct ixgbe_hw *hw);

--- 68 unchanged lines hidden ---
34
35#ifndef _IXGBE_X550_H_
36#define _IXGBE_X550_H_
37
38#include "ixgbe_type.h"
39
40s32 ixgbe_dmac_config_X550(struct ixgbe_hw *hw);
41s32 ixgbe_dmac_config_tcs_X550(struct ixgbe_hw *hw);

--- 68 unchanged lines hidden ---