From: Sean Hefty Date: Mon, 20 Mar 2006 16:55:50 +0000 (+0000) Subject: r5906: Fix dev name. Should be 'rdma_cm' instead of 'ucma'. X-Git-Tag: v1.0-rc1~58 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=2028ba1c91fc63ce2b3f414409639e73d293c89b;p=~shefty%2Flibrdmacm.git r5906: Fix dev name. Should be 'rdma_cm' instead of 'ucma'. Signed-off-by: Sean Hefty --- diff --git a/README b/README index be2dbba5..28a28b7a 100644 --- a/README +++ b/README @@ -18,12 +18,12 @@ of adapters or ports present. To create the appropriate character device file automatically with udev, a rule like - KERNEL="ucma", NAME="infiniband/%k", MODE="0666" + KERNEL="rdma_cm", NAME="infiniband/%k", MODE="0666" can be used. This will create the device node named - /dev/infiniband/ucma + /dev/infiniband/rdma_cm or you can create it manually - mknod /dev/infiniband/ucma c 231 255 + mknod /dev/infiniband/rdma_cm c 231 255