]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[QLGCVNIC] rename vnic. New driver name is 'qlgcvnic.sys', new service name 'qlgcvnic'.
authoraestrin <aestrin@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Thu, 14 Feb 2008 01:02:24 +0000 (01:02 +0000)
committeraestrin <aestrin@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Thu, 14 Feb 2008 01:02:24 +0000 (01:02 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@942 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/ulp/qlc_vnic/kernel/SOURCES
trunk/ulp/qlc_vnic/kernel/inic.rc
trunk/ulp/qlc_vnic/kernel/netvnic.inf

index a096eda7eeebae3c0b5aaa6406b695db159d0b59..3a29204d8bf66e6aa0a53da8baa2749bd5dcabf2 100644 (file)
@@ -7,7 +7,7 @@
 \r
 # The TARGETNAME.  This is name of the item being built (without the\r
 #  extension.  \r
-TARGETNAME=qlc_vnic\r
+TARGETNAME=qlgcvnic\r
 \r
 ########################################################################\r
 # The path where all binaries are built.  \r
index 79f179621454a5ea0d6a702587b527e6e398ea0e..84699441505e904557d1f65fa96af96ecccdf41e 100644 (file)
 #define VER_FILESUBTYPE                                VFT2_DRV_NETWORK\r
 \r
 #ifdef _DEBUG_\r
-#define VER_FILEDESCRIPTION_STR                "Virtual Nic NDIS Miniport (Debug)"\r
+#define VER_FILEDESCRIPTION_STR                "QLogic VNIC NDIS Miniport (Debug)"\r
 #else\r
-#define VER_FILEDESCRIPTION_STR                "Virtual Nic NDIS Miniport"\r
+#define VER_FILEDESCRIPTION_STR                "QLogic VNIC NDIS Miniport"\r
 #endif\r
 \r
-#define VER_INTERNALNAME_STR           "qlc_vnic.sys"\r
-#define VER_ORIGINALFILENAME_STR       "qlc_vnic.sys"\r
+#define VER_INTERNALNAME_STR           "qlgcvnic.sys"\r
+#define VER_ORIGINALFILENAME_STR       "qlgcvnic.sys"\r
 \r
 #include <common.ver>\r
index 91db0ed0132cb67e2c19b6fb0aadbc62c2642b8d..fc4ae5200aaa70393b27a394de16b6d9d287636b 100644 (file)
@@ -26,7 +26,7 @@ DefaultDestDir=12
 1=%DiskId%,,,""\r
 \r
 [SourceDisksFiles]\r
-qlc_vnic.sys=1\r
+qlgcvnic.sys=1\r
 \r
 [Manufacturer]\r
 %Inf_Provider% = vnic.DeviceSection,ntx86,ntamd64,ntia64\r
@@ -68,19 +68,19 @@ AddReg = vnic.AddReg
 CopyFiles = vnic.CopyFiles\r
 \r
 [vnic.DDInstall.ntx86.Services]\r
-AddService = vnic,%SPSVCINST_ASSOCSERVICE%,vnic.ServiceInstall,vnic.EventLogInstall\r
+AddService = qlgcvnic,%SPSVCINST_ASSOCSERVICE%,vnic.ServiceInstall,vnic.EventLogInstall\r
 \r
 [vnic.DDInstall.ntamd64.Services]\r
-AddService = vnic,%SPSVCINST_ASSOCSERVICE%,vnic.ServiceInstall,vnic.EventLogInstall\r
+AddService = qlgcvnic,%SPSVCINST_ASSOCSERVICE%,vnic.ServiceInstall,vnic.EventLogInstall\r
 \r
 [vnic.DDInstall.ntia64.Services]\r
-AddService = vnic,%SPSVCINST_ASSOCSERVICE%,vnic.ServiceInstall,vnic.EventLogInstall\r
+AddService = qlgcvnic,%SPSVCINST_ASSOCSERVICE%,vnic.ServiceInstall,vnic.EventLogInstall\r
 \r
 [vnic.CopyFiles]\r
-qlc_vnic.sys,,,2\r
+qlgcvnic.sys,,,2\r
 \r
 [vnic.AddReg]\r
-HKR, Ndi,                       Service,    0, "vnic"\r
+HKR, Ndi,                       Service,    0, "qlgcvnic"\r
 HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"\r
 HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"\r
 \r
@@ -156,7 +156,7 @@ DisplayName     = %vnic.ServiceDesc%
 ServiceType     = %SERVICE_KERNEL_DRIVER%\r
 StartType       = %SERVICE_DEMAND_START%\r
 ErrorControl    = %SERVICE_ERROR_NORMAL%\r
-ServiceBinary   = %12%\qlc_vnic.sys\r
+ServiceBinary   = %12%\qlgcvnic.sys\r
 LoadOrderGroup  = NDIS\r
 AddReg          = vnic.ParamsReg\r
 \r