[ofw] [PATCH] IPOIB - Identify NDIS version in IPoIB.rc file
Alex Naslednikov
xalex at mellanox.co.il
Thu Apr 8 01:01:38 PDT 2010
Please, commit
-----Original Message-----
From: ofw-bounces at lists.openfabrics.org [mailto:ofw-bounces at lists.openfabrics.org] On Behalf Of Smith, Stan
Sent: Wednesday, April 07, 2010 8:11 PM
To: Leonid Keller
Cc: ofw at lists.openfabrics.org
Subject: [ofw] [PATCH] IPOIB - Identify NDIS version in IPoIB.rc file
Hello,
Is adding the NDIS version information in the ipoib.rc file description string OK by you?
The idea is to hold the mouse-point over the ipoib.sys file to clearly identify the ipoib driver.
--- a/ulp/ipoib/kernel/ipoib.rc Wed Apr 07 10:03:31 2010
+++ b/ulp/ipoib/kernel/ipoib.rc Mon Apr 05 10:35:17 2010
@@ -36,9 +36,9 @@
#define VER_FILESUBTYPE VFT2_UNKNOWN
#ifdef _DEBUG_
-#define VER_FILEDESCRIPTION_STR "IP over InfiniBand NDIS Miniport (Debug)"
+#define VER_FILEDESCRIPTION_STR "IP over InfiniBand NDIS 5 Miniport (Debug)"
#else
-#define VER_FILEDESCRIPTION_STR "IP over InfiniBand NDIS Miniport"
+#define VER_FILEDESCRIPTION_STR "IP over InfiniBand NDIS 5 Miniport"
#endif
#define VER_INTERNALNAME_STR "ipoib.sys"
--- a/ulp/ipoib_NDIS6_CM/kernel/ipoib.rc Wed Apr 07 10:04:15 2010
+++ b/ulp/ipoib_NDIS6_CM/kernel/ipoib.rc Mon Apr 05 10:35:41 2010
@@ -36,9 +36,9 @@
#define VER_FILESUBTYPE VFT2_UNKNOWN
#ifdef _DEBUG_
-#define VER_FILEDESCRIPTION_STR "IP over InfiniBand NDIS Miniport (Debug)"
+#define VER_FILEDESCRIPTION_STR "IP over InfiniBand NDIS 6 Miniport (Debug)"
#else
-#define VER_FILEDESCRIPTION_STR "IP over InfiniBand NDIS Miniport"
+#define VER_FILEDESCRIPTION_STR "IP over InfiniBand NDIS 6 Miniport"
#endif
#define VER_INTERNALNAME_STR "ipoib.sys"
_______________________________________________
ofw mailing list
ofw at lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
More information about the ofw
mailing list