Deleted Added
full compact
oce_if.h (271946) oce_if.h (295126)
1/*-
2 * Copyright (C) 2013 Emulex
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright notice,

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

31 * Contact Information:
32 * freebsd-drivers@emulex.com
33 *
34 * Emulex
35 * 3333 Susan Street
36 * Costa Mesa, CA 92626
37 */
38
1/*-
2 * Copyright (C) 2013 Emulex
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright notice,

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

31 * Contact Information:
32 * freebsd-drivers@emulex.com
33 *
34 * Emulex
35 * 3333 Susan Street
36 * Costa Mesa, CA 92626
37 */
38
39/* $FreeBSD: head/sys/dev/oce/oce_if.h 271946 2014-09-22 08:27:27Z hselasky $ */
39/* $FreeBSD: head/sys/dev/oce/oce_if.h 295126 2016-02-01 17:41:21Z glebius $ */
40
41#include <sys/param.h>
42#include <sys/endian.h>
43#include <sys/eventhandler.h>
40
41#include <sys/param.h>
42#include <sys/endian.h>
43#include <sys/eventhandler.h>
44#include <sys/malloc.h>
44#include <sys/module.h>
45#include <sys/kernel.h>
46#include <sys/bus.h>
47#include <sys/mbuf.h>
48#include <sys/rman.h>
49#include <sys/socket.h>
50#include <sys/sockio.h>
51#include <sys/sockopt.h>

--- 1109 unchanged lines hidden ---
45#include <sys/module.h>
46#include <sys/kernel.h>
47#include <sys/bus.h>
48#include <sys/mbuf.h>
49#include <sys/rman.h>
50#include <sys/socket.h>
51#include <sys/sockio.h>
52#include <sys/sockopt.h>

--- 1109 unchanged lines hidden ---