mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +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:
parent
dd6c9d0837
commit
b55ed38935
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user