Deleted Added
full compact
main.c (276749) main.c (277302)
1/*
2 * Copyright (c) 2004, 2005 Topspin Communications. All rights reserved.
3 * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
4 * Copyright (c) 2005, 2006, 2007, 2008, 2014 Mellanox Technologies. All rights reserved.
5 * Copyright (c) 2006, 2007 Cisco Systems, Inc. All rights reserved.
6 *
7 * This software is available to you under a choice of one of two
8 * licenses. You may choose to be licensed under the terms of the GNU

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

3791}
3792
3793static moduledata_t mlx4_mod = {
3794 .name = "mlx4",
3795 .evhand = mlx4_evhand,
3796};
3797MODULE_VERSION(mlx4, 1);
3798DECLARE_MODULE(mlx4, mlx4_mod, SI_SUB_OFED_PREINIT, SI_ORDER_ANY);
1/*
2 * Copyright (c) 2004, 2005 Topspin Communications. All rights reserved.
3 * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
4 * Copyright (c) 2005, 2006, 2007, 2008, 2014 Mellanox Technologies. All rights reserved.
5 * Copyright (c) 2006, 2007 Cisco Systems, Inc. All rights reserved.
6 *
7 * This software is available to you under a choice of one of two
8 * licenses. You may choose to be licensed under the terms of the GNU

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

3791}
3792
3793static moduledata_t mlx4_mod = {
3794 .name = "mlx4",
3795 .evhand = mlx4_evhand,
3796};
3797MODULE_VERSION(mlx4, 1);
3798DECLARE_MODULE(mlx4, mlx4_mod, SI_SUB_OFED_PREINIT, SI_ORDER_ANY);
3799MODULE_DEPEND(mlx4, linuxapi, 1, 1, 1);
3800