[ofw] WinVerbs checkins.
Smith, Stan
stan.smith at intel.com
Thu Aug 21 10:39:46 PDT 2008
Hello,
Since you are on vacation, I took the liberty to make your life easier by committing some WinVerbs patches.
I hope you don't mind that I rewrote the entire winverbs IOCTL interface?
Just kidding.... :-)
Only tweaks to have winverbs.inf land where winverbs.sys lives.
Signed-off by Stan Smith (stan.smith at intel.com) svn.1490
file: trunk/core/winverbs/kernel/SOURCES
diff C3 C:/Documents and Settings/scsmith/Local Settings/Temp/SOURCES-revBASE.svn001.tmp C:/Documents and Settings/scsmith/My Documents/openIB-windows/SVN/gen1/trunk/core/winverbs/kernel/SOURCES
*** C:/Documents and Settings/scsmith/Local Settings/Temp/SOURCES-revBASE.svn001.tmp Thu Aug 21 10:06:24 2008
--- C:/Documents and Settings/scsmith/My Documents/openIB-windows/SVN/gen1/trunk/core/winverbs/kernel/SOURCES Mon Aug 18 17:18:52 2008
***************
*** 4,10 ****
KMDF_VERSION_MAJOR = 1
INF_NAME = winverbs
! NTTARGETFILES = $(OBJ_PATH)\$(O)\$(INF_NAME).inf
MISCFILES = $(NTTARGETFILES)
TARGETLIBS = $(TARGETLIBS) \
$(DDK_LIB_PATH)\wdmsec.lib \
--- 4,11 ----
KMDF_VERSION_MAJOR = 1
INF_NAME = winverbs
! INF_TARGET=..\..\..\bin\kernel\$(O)\$(INF_NAME).inf
! NTTARGETFILES = $(INF_TARGET)
MISCFILES = $(NTTARGETFILES)
TARGETLIBS = $(TARGETLIBS) \
$(DDK_LIB_PATH)\wdmsec.lib \
File: trunk/core/winverbs/kernel/makefile.inc
diff C3 C:/Documents and Settings/scsmith/Local Settings/Temp/makefile.inc-revBASE.svn001.tmp.inc C:/Documents and Settings/scsmith/My Documents/openIB-windows/SVN/gen1/trunk/core/winverbs/kernel/makefile.inc
*** C:/Documents and Settings/scsmith/Local Settings/Temp/makefile.inc-revBASE.svn001.tmp.inc Thu Aug 21 10:05:16 2008
--- C:/Documents and Settings/scsmith/My Documents/openIB-windows/SVN/gen1/trunk/core/winverbs/kernel/makefile.inc Mon Aug 18 17:19:23 2008
***************
*** 1,7 ****
_LNG=$(LANGUAGE)
_INX=.
! STAMP=stampinf -f $@ -a $(_BUILDARCH) -k $(KMDF_VERSION_MAJOR).$(KMDF_VERSION_MINOR)
! $(OBJ_PATH)\$(O)\$(INF_NAME).inf: $(_INX)\$(INF_NAME).inx
copy $(_INX)\$(@B).inx $@
! $(STAMP)
--- 1,13 ----
_LNG=$(LANGUAGE)
+
+ !IF !DEFINED(_INX)
_INX=.
! !ENDIF
!
! STAMP=stampinf -a $(_BUILDARCH) -k $(KMDF_VERSION_MAJOR).$(KMDF_VERSION_MINOR)
!
! !INCLUDE mod_ver.def
! $(INF_TARGET) : $(_INX)\$(INF_NAME).inx
copy $(_INX)\$(@B).inx $@
! $(STAMP) -f $@ -d * -v $(IB_MAJORVERSION).$(IB_MINORVERSION).$(IB_BUILDVERSION).$(OPENIB_REV)
More information about the ofw
mailing list