From: ftillier Date: Mon, 3 Apr 2006 21:28:56 +0000 (+0000) Subject: [IBIOU] Use correct VEx and VFx device IDs when X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=12670cac9512e0d22e0ac7f850e9df63893dcbb7;p=~shefty%2Frdma-win.git [IBIOU] Use correct VEx and VFx device IDs when formatting device description string. git-svn-id: svn://openib.tc.cornell.edu/gen1@276 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- diff --git a/trunk/core/iou/kernel/iou_ioc_mgr.c b/trunk/core/iou/kernel/iou_ioc_mgr.c index e275a7ed..ee5061f7 100644 --- a/trunk/core/iou/kernel/iou_ioc_mgr.c +++ b/trunk/core/iou/kernel/iou_ioc_mgr.c @@ -1069,14 +1069,14 @@ ioc_query_description( } if( ib_ioc_profile_get_vend_id( &p_ext->info.profile ) == 0x00066a && - p_ext->info.profile.subsys_id == CL_HTON32(0x00000006) ) + p_ext->info.profile.dev_id == CL_HTON32(0x00000030) ) { status = RtlStringCchPrintfW( p_string, sizeof(p_ext->info.profile.id_string), L"SilverStorm Technologies VEx I/O Controller" ); } else if( ib_ioc_profile_get_vend_id( &p_ext->info.profile ) == 0x00066a && - p_ext->info.profile.subsys_id == CL_HTON32(0x00000007) ) + p_ext->info.profile.dev_id == CL_HTON32(0x00000038) ) { status = RtlStringCchPrintfW( p_string, sizeof(p_ext->info.profile.id_string),