Looks like Fedora Core 4 will support IB out of the box.  They have the
kernel modules, udev support, glibc-headers.  Is there anything else
that would be nice to get right before 4 ships?

-tduffy
--- Begin Message ---
Update of /cvs/dist/rpms/udev/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29354

Modified Files:
        pam_console.dev udev.rules udev.spec 
Log Message:
- added Inifiniband devices (bug #147035)
- fixed pam_console.dev (bug #153250)



Index: pam_console.dev
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/pam_console.dev,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pam_console.dev     13 Dec 2004 13:00:54 -0000      1.9
+++ pam_console.dev     21 Apr 2005 13:11:33 -0000      1.10
@@ -29,7 +29,7 @@
        fi
 
        debug_mesg () {
-           test -z "$UDEV_LOG" -o "UDEV_LOG" != "1" && return
+           test -z "$udev_log" -o "$udev_log" != "yes" && return
            mesg "$@"
        }
 
@@ -40,7 +40,7 @@
        SYMLINKS=""
        for i in $(/usr/bin/udevinfo -r -q symlink -p "$DEVPATH"); do
                [ $? -gt 0 ] && break
-               SYMLINKS="$SYMLINKS ${udev_root%%/}/$i"
+               SYMLINKS="$SYMLINKS $i"
        done
        debug_mesg "Restoring console permissions for $DEVNAME $SYMLINKS"
        /sbin/pam_console_apply "$DEVNAME" $SYMLINKS


Index: udev.rules
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev.rules,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- udev.rules  18 Apr 2005 10:42:10 -0000      1.23
+++ udev.rules  21 Apr 2005 13:11:33 -0000      1.24
@@ -195,8 +195,11 @@
 KERNEL=="scd[0-9]*",           SYMLINK="cdrom%e"
 KERNEL=="pcd[0-9]*",           SYMLINK="cdrom%e"
 KERNEL=="fd[0-9]*",            SYMLINK="floppy%e"
-KERNEL=="nst[0-9]",            SYMLINK="tape%e"
-KERNEL=="nosst[0-9]*",         SYMLINK="tape%e"
+KERNEL=="nst[0-9]", BUS=="scsi",       SYMLINK="tape%e"
+KERNEL=="nosst[0-9]", BUS=="scsi",     SYMLINK="tape%e"
+
+KERNEL="umad*",                NAME="infiniband/%k"
+KERNEL="issm*",                NAME="infiniband/%k"
 
 # do not seperate the next 2 lines!!
 KERNEL=="hd[a-z]", BUS=="ide", SYSFS{removable}=="1", 
PROGRAM=="/etc/udev/scripts/ide-media.sh %k", RESULT=="floppy", 
SYMLINK="floppy%e", NAME{ignore_remove, all_partitions}="%k"


Index: udev.spec
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- udev.spec   18 Apr 2005 10:42:19 -0000      1.82
+++ udev.spec   21 Apr 2005 13:11:33 -0000      1.83
@@ -7,7 +7,7 @@
 Summary: A userspace implementation of devfs
 Name: udev
 Version: 057
-Release: 1
+Release: 2
 License: GPL
 Group: System Environment/Base
 %if !%{with_persistent}
@@ -287,6 +287,10 @@
 %endif
 
 %changelog
+* Thu Apr 21 2005 Harald Hoyer <[EMAIL PROTECTED]> - 057-2
+- added Inifiniband devices (bug #147035)
+- fixed pam_console.dev (bug #153250)
+
 * Mon Apr 18 2005 Harald Hoyer <[EMAIL PROTECTED]> - 057-1
 - version 057
 

--
fedora-cvs-commits mailing list
[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits

--- End Message ---

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to