<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR></HEAD>
<BODY><FONT face=Arial size=2>
<P>This patch adds rc file to mlx4u[d].dll.</P></FONT>
<DIV><FONT face=Arial size=2><SPAN class=581230315-14012009>Signed-off-by:
Reuven Amitai</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Index:
mlx4u.rc<BR>===================================================================<BR>---
mlx4u.rc (revision 0)<BR>+++ mlx4u.rc (revision 0)<BR>@@ -0,0 +1,48
@@<BR>+/*<BR>+ * Copyright (c) 2009 Mellanox Technologies. All rights
reserved.<BR>+ *<BR>+ * This software is available to you under the OpenIB.org
BSD license<BR>+ * below:<BR>+ *<BR>+ * Redistribution
and use in source and binary forms, with or<BR>+ *
without modification, are permitted provided that the following<BR>+
* conditions are met:<BR>+ *<BR>+
* - Redistributions of source code must retain the
above<BR>+ * copyright notice, this
list of conditions and the following<BR>+
* disclaimer.<BR>+ *<BR>+
* - Redistributions in binary form must reproduce
the above<BR>+ * copyright notice,
this list of conditions and the following<BR>+
* disclaimer in the documentation
and/or other materials<BR>+ * provided
with the distribution.<BR>+ *<BR>+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT
WARRANTY OF ANY KIND,<BR>+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE WARRANTIES OF<BR>+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
AND<BR>+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS<BR>+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN<BR>+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN<BR>+
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE<BR>+ *
SOFTWARE.<BR>+ *<BR>+ * $Id: mlx4u.rc 1611 2006-08-20 14:48:55Z reuven $<BR>+
*/<BR>+<BR>+<BR>+#include <oib_ver.h><BR>+<BR>+#define
VER_FILETYPE VFT_DLL<BR>+#define
VER_FILESUBTYPE VFT2_UNKNOWN<BR>+<BR>+#ifdef
DBG<BR>+#define VER_FILEDESCRIPTION_STR "HCA User Mode Verb<SPAN
class=581230315-14012009> </SPAN>Provider (Debug)"<BR>+#define
VER_INTERNALNAME_STR "mlx4ud.dll"<BR>+#define
VER_ORIGINALFILENAME_STR "mlx4ud.dll"<BR>+#else<BR>+#define
VER_FILEDESCRIPTION_STR "HCA User Mode Verb<SPAN
class=581230315-14012009> </SPAN>Provider"<BR>+#define
VER_INTERNALNAME_STR "mlx4u.dll"<BR>+#define
VER_ORIGINALFILENAME_STR "mlx4u.dll"<BR>+#endif<BR>+<BR>+#include
<common.ver></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Index:
hw/mlx4/user/hca/SOURCES<BR>===================================================================<BR>---
hw/mlx4/user/hca/SOURCES (revision 1822)<BR>+++
hw/mlx4/user/hca/SOURCES (working copy)<BR>@@ -25,6 +25,7
@@<BR> !endif<BR> <BR> SOURCES=
\<BR>+ mlx4u.rc \<BR> buf.c \<BR> cq.c
\<BR> dbrec.c \</FONT></DIV></BODY></HTML>