summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2005-02-08 21:39:54 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 23:28:12 -0700
commitee2427d3daafa746649f361b0b464e40b95b8549 (patch)
treed83618afa96c087da5e40c60581a1179672f0c6c
parent990f059b1eb8af21b978ec1e3f80a9ca7977571f (diff)
[PATCH] Add infiniband to gentoo rules.
-rw-r--r--etc/udev/gentoo/udev.rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/udev/gentoo/udev.rules b/etc/udev/gentoo/udev.rules
index e7e17209d5..52e12541f1 100644
--- a/etc/udev/gentoo/udev.rules
+++ b/etc/udev/gentoo/udev.rules
@@ -228,3 +228,7 @@ KERNEL="sonypi", NAME="%k", MODE="0666"
# packet devices
KERNEL="pktcdvd", NAME="pktcdvd/control", GROUP="cdrw", MODE="0660"
KERNEL="pktcdvd[0-9]*", NAME="pktcdvd/pktcdvd%n", GROUP="cdrw", MODE="0660"
+
+# infiniband devices
+KERNEL="umad*", NAME="infiniband/%k"
+KERNEL="issm*", NAME="infiniband/%k"