[ofw] [VNIC][PATCH] remove direct call and linkage dependency

Alex Estrin alex.estrin at qlogic.com
Wed Mar 5 13:42:01 PST 2008


Thanks,
Alex.



Index: qlgcvnic/kernel/SOURCES
===================================================================
--- qlgcvnic/kernel/SOURCES	(revision 975)
+++ qlgcvnic/kernel/SOURCES	(working copy)
@@ -62,8 +62,7 @@
 	$(DDK_LIB_PATH)\ntoskrnl.lib \
 	$(DDK_LIB_PATH)\hal.lib		\
 	$(DDK_LIB_PATH)\ndis.lib	\
-	$(TARGETPATH)\*\complib.lib \
-	$(TARGETPATH)\*\ibal.lib
+	$(TARGETPATH)\*\complib.lib
 
 #!if !defined(DDK_TARGET_OS) || "$(DDK_TARGET_OS)"=="Win2K"
 #
Index: qlgcvnic/kernel/vnic_ib.c
===================================================================
--- qlgcvnic/kernel/vnic_ib.c	(revision 975)
+++ qlgcvnic/kernel/vnic_ib.c	(working copy)
@@ -896,11 +896,9 @@
 						viport_failure( p_viport
);
 
 						VNIC_TRACE(
VNIC_DBG_ERROR,
-							("Async Event %s
(%#x) for port GUID: %#016I64x\n",
-
ib_get_async_event_str( pEventRecord->code ),
+							("Async Event
%#x for port GUID: %#016I64x\n",
 
pEventRecord->code,	
 
p_viport->portGuid ) );
-
 					}
 			break;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: qlglvnic_linkage.diff
Type: application/octet-stream
Size: 1017 bytes
Desc: qlglvnic_linkage.diff
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20080305/bfe1bd9d/attachment.obj>


More information about the ofw mailing list