Deleted Added
full compact
e1000_80003es2lan.h (256200) e1000_80003es2lan.h (286833)
1/******************************************************************************
2
1/******************************************************************************
2
3 Copyright (c) 2001-2013, Intel Corporation
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
9 1. Redistributions of source code must retain the above copyright notice,
10 this list of conditions and the following disclaimer.
11

--- 13 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******************************************************************************/
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
9 1. Redistributions of source code must retain the above copyright notice,
10 this list of conditions and the following disclaimer.
11

--- 13 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_80003es2lan.h 256200 2013-10-09 17:32:52Z jfv $*/
33/*$FreeBSD: head/sys/dev/e1000/e1000_80003es2lan.h 286833 2015-08-16 20:13:58Z sbruno $*/
34
35#ifndef _E1000_80003ES2LAN_H_
36#define _E1000_80003ES2LAN_H_
37
38#define E1000_KMRNCTRLSTA_OFFSET_FIFO_CTRL 0x00
39#define E1000_KMRNCTRLSTA_OFFSET_INB_CTRL 0x02
40#define E1000_KMRNCTRLSTA_OFFSET_HD_CTRL 0x10
41#define E1000_KMRNCTRLSTA_OFFSET_MAC2PHY_OPMODE 0x1F

--- 60 unchanged lines hidden ---
34
35#ifndef _E1000_80003ES2LAN_H_
36#define _E1000_80003ES2LAN_H_
37
38#define E1000_KMRNCTRLSTA_OFFSET_FIFO_CTRL 0x00
39#define E1000_KMRNCTRLSTA_OFFSET_INB_CTRL 0x02
40#define E1000_KMRNCTRLSTA_OFFSET_HD_CTRL 0x10
41#define E1000_KMRNCTRLSTA_OFFSET_MAC2PHY_OPMODE 0x1F

--- 60 unchanged lines hidden ---