mpt-firmware/mptctl.rules
2012-06-12 05:09:28 +00:00

7 lines
163 B
Plaintext

# Autoload mptctl module
ACTION!="add", GOTO="mptctl_end"
SUBSYSTEM=="pci", DRIVER=="mpt*", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe mptctl"
LABEL="mptctl_end"