Deleted Added
full compact
if_lem.h (206001) if_lem.h (211913)
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/if_lem.h 206001 2010-03-31 20:43:24Z marius $*/
33/*$FreeBSD: head/sys/dev/e1000/if_lem.h 211913 2010-08-28 00:34:22Z yongari $*/
34
35
36#ifndef _LEM_H_DEFINED_
37#define _LEM_H_DEFINED_
38
39
40/* Tunables */
41

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

334 u32 num_vlans;
335#endif
336
337 /* Management and WOL features */
338 u32 wol;
339 bool has_manage;
340 bool has_amt;
341
34
35
36#ifndef _LEM_H_DEFINED_
37#define _LEM_H_DEFINED_
38
39
40/* Tunables */
41

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

334 u32 num_vlans;
335#endif
336
337 /* Management and WOL features */
338 u32 wol;
339 bool has_manage;
340 bool has_amt;
341
342 /* Multicast array memory */
343 u8 *mta;
342 /* Info about the board itself */
343 uint8_t link_active;
344 uint16_t link_speed;
345 uint16_t link_duplex;
346 uint32_t smartspeed;
347 struct em_int_delay_info tx_int_delay;
348 struct em_int_delay_info tx_abs_int_delay;
349 struct em_int_delay_info rx_int_delay;

--- 132 unchanged lines hidden ---
344 /* Info about the board itself */
345 uint8_t link_active;
346 uint16_t link_speed;
347 uint16_t link_duplex;
348 uint32_t smartspeed;
349 struct em_int_delay_info tx_int_delay;
350 struct em_int_delay_info tx_abs_int_delay;
351 struct em_int_delay_info rx_int_delay;

--- 132 unchanged lines hidden ---