mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
The mlx4ib(4) should not be loaded before the ibcore is initialized.
MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
54b55cbdd9
commit
c9a80d0289
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330595
@ -3317,7 +3317,7 @@ static void __exit mlx4_ib_cleanup(void)
|
||||
destroy_workqueue(wq);
|
||||
}
|
||||
|
||||
module_init_order(mlx4_ib_init, SI_ORDER_MIDDLE);
|
||||
module_init_order(mlx4_ib_init, SI_ORDER_THIRD);
|
||||
module_exit(mlx4_ib_cleanup);
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user