Deleted Added
full compact
e1000_hw.h (203049) e1000_hw.h (205869)
1/******************************************************************************
2
3 Copyright (c) 2001-2010, 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-2010, 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/e1000/e1000_hw.h 203049 2010-01-26 22:32:22Z jfv $*/
33/*$FreeBSD: head/sys/dev/e1000/e1000_hw.h 205869 2010-03-29 23:36:34Z jfv $*/
34
35#ifndef _E1000_HW_H_
36#define _E1000_HW_H_
37
38#include "e1000_osdep.h"
39#include "e1000_regs.h"
40#include "e1000_defines.h"
41

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

117#define E1000_DEV_ID_ICH9_IFE 0x10C0
118#define E1000_DEV_ID_ICH9_IFE_GT 0x10C3
119#define E1000_DEV_ID_ICH9_IFE_G 0x10C2
120#define E1000_DEV_ID_ICH10_R_BM_LM 0x10CC
121#define E1000_DEV_ID_ICH10_R_BM_LF 0x10CD
122#define E1000_DEV_ID_ICH10_R_BM_V 0x10CE
123#define E1000_DEV_ID_ICH10_D_BM_LM 0x10DE
124#define E1000_DEV_ID_ICH10_D_BM_LF 0x10DF
34
35#ifndef _E1000_HW_H_
36#define _E1000_HW_H_
37
38#include "e1000_osdep.h"
39#include "e1000_regs.h"
40#include "e1000_defines.h"
41

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

117#define E1000_DEV_ID_ICH9_IFE 0x10C0
118#define E1000_DEV_ID_ICH9_IFE_GT 0x10C3
119#define E1000_DEV_ID_ICH9_IFE_G 0x10C2
120#define E1000_DEV_ID_ICH10_R_BM_LM 0x10CC
121#define E1000_DEV_ID_ICH10_R_BM_LF 0x10CD
122#define E1000_DEV_ID_ICH10_R_BM_V 0x10CE
123#define E1000_DEV_ID_ICH10_D_BM_LM 0x10DE
124#define E1000_DEV_ID_ICH10_D_BM_LF 0x10DF
125
125#define E1000_DEV_ID_PCH_M_HV_LM 0x10EA
126#define E1000_DEV_ID_PCH_M_HV_LC 0x10EB
127#define E1000_DEV_ID_PCH_D_HV_DM 0x10EF
128#define E1000_DEV_ID_PCH_D_HV_DC 0x10F0
129#define E1000_DEV_ID_82576 0x10C9
130#define E1000_DEV_ID_82576_FIBER 0x10E6
131#define E1000_DEV_ID_82576_SERDES 0x10E7
132#define E1000_DEV_ID_82576_QUAD_COPPER 0x10E8

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

677 /* Maximum size of the MTA register table in all supported adapters */
678 #define MAX_MTA_REG 128
679 u32 mta_shadow[MAX_MTA_REG];
680 u16 rar_entry_count;
681
682 u8 forced_speed_duplex;
683
684 bool adaptive_ifs;
126#define E1000_DEV_ID_PCH_M_HV_LM 0x10EA
127#define E1000_DEV_ID_PCH_M_HV_LC 0x10EB
128#define E1000_DEV_ID_PCH_D_HV_DM 0x10EF
129#define E1000_DEV_ID_PCH_D_HV_DC 0x10F0
130#define E1000_DEV_ID_82576 0x10C9
131#define E1000_DEV_ID_82576_FIBER 0x10E6
132#define E1000_DEV_ID_82576_SERDES 0x10E7
133#define E1000_DEV_ID_82576_QUAD_COPPER 0x10E8

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

678 /* Maximum size of the MTA register table in all supported adapters */
679 #define MAX_MTA_REG 128
680 u32 mta_shadow[MAX_MTA_REG];
681 u16 rar_entry_count;
682
683 u8 forced_speed_duplex;
684
685 bool adaptive_ifs;
686 bool has_fwsm;
685 bool arc_subsystem_valid;
686 bool asf_firmware_present;
687 bool autoneg;
688 bool autoneg_failed;
689 bool get_link_status;
690 bool in_ifs_mode;
691 bool report_tx_early;
692 enum e1000_serdes_link_state serdes_link_state;

--- 173 unchanged lines hidden ---
687 bool arc_subsystem_valid;
688 bool asf_firmware_present;
689 bool autoneg;
690 bool autoneg_failed;
691 bool get_link_status;
692 bool in_ifs_mode;
693 bool report_tx_early;
694 enum e1000_serdes_link_state serdes_link_state;

--- 173 unchanged lines hidden ---