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

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

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

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

25CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30POSSIBILITY OF SUCH DAMAGE.
31
32***************************************************************************/
33/*$FreeBSD: head/sys/dev/em/if_em.h 169637 2007-05-17 00:14:03Z jfv $*/
33/*$FreeBSD: head/sys/dev/em/if_em.h 172138 2007-09-10 21:50:40Z jfv $*/
34
35#ifndef _EM_H_DEFINED_
36#define _EM_H_DEFINED_
37
38/* Tunables */
39
40/*
41 * EM_TXD: Maximum number of Transmit Descriptors

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

176#define EM_VENDOR_ID 0x8086
177#define EM_FLASH 0x0014
178
179#define EM_JUMBO_PBA 0x00000028
180#define EM_DEFAULT_PBA 0x00000030
181#define EM_SMARTSPEED_DOWNSHIFT 3
182#define EM_SMARTSPEED_MAX 15
183#define EM_MAX_INTR 10
34
35#ifndef _EM_H_DEFINED_
36#define _EM_H_DEFINED_
37
38/* Tunables */
39
40/*
41 * EM_TXD: Maximum number of Transmit Descriptors

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

176#define EM_VENDOR_ID 0x8086
177#define EM_FLASH 0x0014
178
179#define EM_JUMBO_PBA 0x00000028
180#define EM_DEFAULT_PBA 0x00000030
181#define EM_SMARTSPEED_DOWNSHIFT 3
182#define EM_SMARTSPEED_MAX 15
183#define EM_MAX_INTR 10
184#define EM_TSO_SEG_SIZE 4096 /* Max dma seg size */
185
186#define MAX_NUM_MULTICAST_ADDRESSES 128
187#define PCI_ANY_ID (~0U)
188#define ETHER_ALIGN 2
189#define EM_TX_BUFFER_SIZE ((uint32_t) 1514)
190#define EM_FC_PAUSE_TIME 0x0680
191#define EM_EEPROM_APME 0x400;
192

--- 232 unchanged lines hidden ---
184
185#define MAX_NUM_MULTICAST_ADDRESSES 128
186#define PCI_ANY_ID (~0U)
187#define ETHER_ALIGN 2
188#define EM_TX_BUFFER_SIZE ((uint32_t) 1514)
189#define EM_FC_PAUSE_TIME 0x0680
190#define EM_EEPROM_APME 0x400;
191

--- 232 unchanged lines hidden ---