Alex Naslednikov wrote: > Please, commit Done in svn commit # 2765.
> > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Smith, Stan > Sent: Wednesday, April 07, 2010 8:11 PM > To: Leonid Keller > Cc: [email protected] > 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 > [email protected] > http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
