Deleted Added
full compact
if_lem_netmap.h (246355) if_lem_netmap.h (250458)
1/*
2 * Copyright (C) 2011 Matteo Landi, Luigi Rizzo. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 * SUCH DAMAGE.
24 */
25
26
27/*
1/*
2 * Copyright (C) 2011 Matteo Landi, Luigi Rizzo. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 * SUCH DAMAGE.
24 */
25
26
27/*
28 * $FreeBSD: stable/9/sys/dev/netmap/if_lem_netmap.h 246355 2013-02-05 09:40:31Z luigi $
29 * $Id: if_lem_netmap.h 10627 2012-02-23 19:37:15Z luigi $
28 * $FreeBSD: stable/9/sys/dev/netmap/if_lem_netmap.h 250458 2013-05-10 16:16:33Z luigi $
30 *
31 * netmap support for "lem"
32 *
33 * For details on netmap support please see ixgbe_netmap.h
34 */
35
36#include <net/netmap.h>
37#include <sys/selinfo.h>

--- 323 unchanged lines hidden ---
29 *
30 * netmap support for "lem"
31 *
32 * For details on netmap support please see ixgbe_netmap.h
33 */
34
35#include <net/netmap.h>
36#include <sys/selinfo.h>

--- 323 unchanged lines hidden ---