Deleted Added
full compact
if_hn.c (322605) if_hn.c (322612)
1/*-
2 * Copyright (c) 2010-2012 Citrix Inc.
1/*-
2 * Copyright (c) 2010-2012 Citrix Inc.
3 * Copyright (c) 2009-2012,2016 Microsoft Corp.
3 * Copyright (c) 2009-2012,2016-2017 Microsoft Corp.
4 * Copyright (c) 2012 NetApp Inc.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 * notice unmodified, this list of conditions, and the following

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

48 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
49 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
50 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
51 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
52 * SUCH DAMAGE.
53 */
54
55#include <sys/cdefs.h>
4 * Copyright (c) 2012 NetApp Inc.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 * notice unmodified, this list of conditions, and the following

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

48 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
49 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
50 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
51 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
52 * SUCH DAMAGE.
53 */
54
55#include <sys/cdefs.h>
56__FBSDID("$FreeBSD: stable/11/sys/dev/hyperv/netvsc/if_hn.c 322605 2017-08-17 03:48:50Z sephe $");
56__FBSDID("$FreeBSD: stable/11/sys/dev/hyperv/netvsc/if_hn.c 322612 2017-08-17 05:09:22Z sephe $");
57
58#include "opt_hn.h"
59#include "opt_inet6.h"
60#include "opt_inet.h"
61#include "opt_rss.h"
62
63#include <sys/param.h>
64#include <sys/bus.h>

--- 6943 unchanged lines hidden ---
57
58#include "opt_hn.h"
59#include "opt_inet6.h"
60#include "opt_inet.h"
61#include "opt_rss.h"
62
63#include <sys/param.h>
64#include <sys/bus.h>

--- 6943 unchanged lines hidden ---