Deleted Added
full compact
en_main.c (272027) en_main.c (277302)
1/*
2 * Copyright (c) 2007, 2014 Mellanox Technologies. All rights reserved.
3 *
4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
6 * General Public License (GPL) Version 2, available from the file
7 * COPYING in the main directory of this source tree, or the
8 * OpenIB.org BSD license below:

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

344 return (0);
345}
346static moduledata_t mlxen_mod = {
347 .name = "mlxen",
348 .evhand = mlxen_evhand,
349};
350DECLARE_MODULE(mlxen, mlxen_mod, SI_SUB_OFED_PREINIT, SI_ORDER_ANY);
351MODULE_DEPEND(mlxen, mlx4, 1, 1, 1);
1/*
2 * Copyright (c) 2007, 2014 Mellanox Technologies. All rights reserved.
3 *
4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
6 * General Public License (GPL) Version 2, available from the file
7 * COPYING in the main directory of this source tree, or the
8 * OpenIB.org BSD license below:

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

344 return (0);
345}
346static moduledata_t mlxen_mod = {
347 .name = "mlxen",
348 .evhand = mlxen_evhand,
349};
350DECLARE_MODULE(mlxen, mlxen_mod, SI_SUB_OFED_PREINIT, SI_ORDER_ANY);
351MODULE_DEPEND(mlxen, mlx4, 1, 1, 1);
352MODULE_DEPEND(mlxen, linuxapi, 1, 1, 1);