2012-11-12 16:56:08 +00:00
|
|
|
ACTION!="add", GOTO="drivers_end"
|
|
|
|
|
|
|
|
SUBSYSTEM=="net", RUN+="/sbin/modprobe mlx4_en"
|
2016-09-04 07:12:35 +00:00
|
|
|
SUBSYSTEM=="net", RUN+="/sbin/modprobe mlx4_ib"
|
|
|
|
SUBSYSTEM=="net", RUN+="/sbin/modprobe ib_ipoib"
|
|
|
|
SUBSYSTEM=="net", RUN+="/sbin/modprobe mlx5_ib"
|
|
|
|
SUBSYSTEM=="net", RUN+="/sbin/modprobe ib_umad"
|
|
|
|
SUBSYSTEM=="net", RUN+="/sbin/modprobe ib_uverbs"
|
2012-11-12 16:56:08 +00:00
|
|
|
|
|
|
|
LABEL="drivers_end"
|
|
|
|
|