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

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

288#if __FreeBSD_version >= 800000
289 struct buf_ring *br;
290#endif
291 struct e1000_hw hw;
292
293 /* FreeBSD operating-system-specific structures. */
294 struct e1000_osdep osdep;
295 struct device *dev;
34
35
36#ifndef _LEM_H_DEFINED_
37#define _LEM_H_DEFINED_
38
39
40/* Tunables */
41

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

288#if __FreeBSD_version >= 800000
289 struct buf_ring *br;
290#endif
291 struct e1000_hw hw;
292
293 /* FreeBSD operating-system-specific structures. */
294 struct e1000_osdep osdep;
295 struct device *dev;
296 struct cdev *led_dev;
296
297 struct resource *memory;
298 struct resource *flash;
299 struct resource *msix;
300
301 struct resource *ioport;
302 int io_rid;
303

--- 177 unchanged lines hidden ---
297
298 struct resource *memory;
299 struct resource *flash;
300 struct resource *msix;
301
302 struct resource *ioport;
303 int io_rid;
304

--- 177 unchanged lines hidden ---