From 381834ca6d5b1c2ff914128db0658ede9dd3ba34 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sat, 28 Jan 2012 14:34:42 +0000 Subject: [PATCH] Try to more broadly match any current and future ethernet mellanox (class id would be ..28.... for ib for future ref...) git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11431 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot2/98-mlx.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-nbroot2/98-mlx.rules b/xCAT-nbroot2/98-mlx.rules index 342e4cbe2..07b34b9f4 100644 --- a/xCAT-nbroot2/98-mlx.rules +++ b/xCAT-nbroot2/98-mlx.rules @@ -1 +1 @@ -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"