mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-11 07:40:11 +00:00
Update genesis driver load for newer mellanox
Newer VPI adapters use class '280' to declare themselves. Support these by hooking those class of devices for loading ethernet drivers as well.
This commit is contained in:
@ -1 +1,2 @@
|
||||
SUBSYSTEM=="pci", ATTRS{subsystem_vendor}=="15b3", ATTRS{subsystem_device}=="4010", RUN+="/sbin/loadmlxeth"
|
||||
SUBSYSTEM=="pci", ATTRS{subsystem_vendor}=="15b3", ATTRS{class}=="0x020000", RUN+="/sbin/loadmlxeth"
|
||||
SUBSYSTEM=="pci", ATTRS{subsystem_vendor}=="15b3", ATTRS{class}=="0x028000", RUN+="/sbin/loadmlxeth"
|
||||
|
Reference in New Issue
Block a user