[yast-commit] r66773 - /branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp
Author: gs Date: Wed Nov 9 13:17:07 2011 New Revision: 66773 URL: http://svn.opensuse.org/viewcvs/yast?rev=66773&view=rev Log: related driver is "bnx2x" Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp?rev=66773&r1=66772&r2=66773&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp Wed Nov 9 13:17:07 2011 @@ -694,7 +694,7 @@ info_map = add( info_map, "fcoe_enable", status_map["FCOE_ENABLE"]:"yes" ); // FCOE_ENABLE // exception for Broadcom cards: DCB_REQUIRED should be set to "no" (bnc #728658) - if ( !String::StartsWith( card["driver"]:"", "bnx2" ) && dcb_capable=="yes" ) + if ( (card["driver"]:"" != "bnx2x") && (dcb_capable == "yes") ) { dcb_default = "yes"; } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
gs@svn2.opensuse.org