Deleted Added
full compact
e1000_ich8lan.h (176667) e1000_ich8lan.h (177867)
1/*******************************************************************************
1/******************************************************************************
2
3 Copyright (c) 2001-2008, 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,

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

24 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
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
2
3 Copyright (c) 2001-2008, 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,

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

24 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
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/em/e1000_ich8lan.h 176667 2008-02-29 21:50:11Z jfv $ */
32******************************************************************************/
33/*$FreeBSD: head/sys/dev/em/e1000_ich8lan.h 177867 2008-04-02 22:00:36Z jfv $*/
34
34
35
36#ifndef _E1000_ICH8LAN_H_
37#define _E1000_ICH8LAN_H_
38
39#define ICH_FLASH_GFPREG 0x0000
40#define ICH_FLASH_HSFSTS 0x0004
41#define ICH_FLASH_HSFCTL 0x0006
42#define ICH_FLASH_FADDR 0x0008
43#define ICH_FLASH_FDATA0 0x0010

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

108 * PHYINT = The LAN connected device generates an interrupt
109 * EPRST = Manageability reset event
110 */
111#define IMS_ICH_ENABLE_MASK (\
112 E1000_IMS_DSW | \
113 E1000_IMS_PHYINT | \
114 E1000_IMS_EPRST)
115
35#ifndef _E1000_ICH8LAN_H_
36#define _E1000_ICH8LAN_H_
37
38#define ICH_FLASH_GFPREG 0x0000
39#define ICH_FLASH_HSFSTS 0x0004
40#define ICH_FLASH_HSFCTL 0x0006
41#define ICH_FLASH_FADDR 0x0008
42#define ICH_FLASH_FDATA0 0x0010

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

107 * PHYINT = The LAN connected device generates an interrupt
108 * EPRST = Manageability reset event
109 */
110#define IMS_ICH_ENABLE_MASK (\
111 E1000_IMS_DSW | \
112 E1000_IMS_PHYINT | \
113 E1000_IMS_EPRST)
114
116/* Additional interrupt register bit definitions */
117#define E1000_ICR_LSECPNC 0x00004000 /* PN threshold - client */
118#define E1000_IMS_LSECPNC E1000_ICR_LSECPNC /* PN threshold - client */
119#define E1000_ICS_LSECPNC E1000_ICR_LSECPNC /* PN threshold - client */
120
121#endif
115#endif