From a282de031e5cde71530a435cc6226a4312a76763 Mon Sep 17 00:00:00 2001 From: shefty Date: Wed, 13 Aug 2008 19:31:04 +0000 Subject: [PATCH] The mlx4 hca driver should install as an InfiniBandHca class driver, rather than inventing its own class. This allows filter drivers to reside above both the mthca and mlx4 drivers. Signed-off-by: Sean Hefty git-svn-id: svn://openib.tc.cornell.edu/gen1@1481 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/hw/mlx4/kernel/hca/mlx4_hca.inx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trunk/hw/mlx4/kernel/hca/mlx4_hca.inx b/trunk/hw/mlx4/kernel/hca/mlx4_hca.inx index 9cd15303..8830bfd6 100644 --- a/trunk/hw/mlx4/kernel/hca/mlx4_hca.inx +++ b/trunk/hw/mlx4/kernel/hca/mlx4_hca.inx @@ -3,8 +3,8 @@ [Version] Signature="$WINDOWS NT$" -Class=Mlx4Hca -ClassGUID={31B0B28A-26FF-4dca-A6FA-E767C7DFBA20} +Class=InfiniBandHca +ClassGUID={58517E00-D3CF-40c9-A679-CEE5752F4491} Provider=%MTL% ; must be synchronized with hca\drv.c DriverVer=02/01/2008,1.0.0.0 @@ -208,7 +208,7 @@ HKLM,"System\CurrentControlSet\Control\WMI\GlobalLogger\F8C96A49-AE22-41e9-8025- ;***************************************** [Strings] -Mlx4HcaClassGuid = "{31B0B28A-26FF-4dca-A6FA-E767C7DFBA20}" +Mlx4HcaClassGuid = "{58517E00-D3CF-40c9-A679-CEE5752F4491}" MTL="Mellanox Technologies Ltd." MLX4HCA.ServiceDesc = "Mellanox ConnectX Virtual Infiband Driver" Mlx4_Hca.DeviceDesc="Mellanox ConnectX Virtual Channel Adapter" -- 2.41.0