mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-24 20:52:08 +00:00
Newer VPI adapters use class '280' to declare themselves. Support these by hooking those class of devices for loading ethernet drivers as well.
3 lines
202 B
Plaintext
3 lines
202 B
Plaintext
SUBSYSTEM=="pci", ATTRS{subsystem_vendor}=="15b3", ATTRS{class}=="0x020000", RUN+="/sbin/loadmlxeth"
|
|
SUBSYSTEM=="pci", ATTRS{subsystem_vendor}=="15b3", ATTRS{class}=="0x028000", RUN+="/sbin/loadmlxeth"
|