]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[IBIOU] Use correct VEx and VFx device IDs when
authorftillier <ftillier@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 3 Apr 2006 21:28:56 +0000 (21:28 +0000)
committerftillier <ftillier@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 3 Apr 2006 21:28:56 +0000 (21:28 +0000)
formatting device description string.

git-svn-id: svn://openib.tc.cornell.edu/gen1@276 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/core/iou/kernel/iou_ioc_mgr.c

index e275a7edf703cac28df6812bdf7e63f49d380dfd..ee5061f75e8baf5b6f4db7c0c83afc32c6e8f73f 100644 (file)
@@ -1069,14 +1069,14 @@ ioc_query_description(
        }\r
 \r
        if( ib_ioc_profile_get_vend_id( &p_ext->info.profile ) == 0x00066a &&\r
-               p_ext->info.profile.subsys_id == CL_HTON32(0x00000006) )\r
+               p_ext->info.profile.dev_id == CL_HTON32(0x00000030) )\r
        {\r
                status = RtlStringCchPrintfW(\r
                        p_string, sizeof(p_ext->info.profile.id_string),\r
                        L"SilverStorm Technologies VEx I/O Controller" );\r
        }\r
        else if( ib_ioc_profile_get_vend_id( &p_ext->info.profile ) == 0x00066a &&\r
-               p_ext->info.profile.subsys_id == CL_HTON32(0x00000007) )\r
+               p_ext->info.profile.dev_id == CL_HTON32(0x00000038) )\r
        {\r
                status = RtlStringCchPrintfW(\r
                        p_string, sizeof(p_ext->info.profile.id_string),\r