# Copyright (c) 1996-2013 Brocade Communications Systems, Inc. # All rights reserved. # # This file contains the definitions of firmware capability and # feature. # The flag bits are defined in /bccb/include/hasm/utils.h # bit 0 FFEA_FLG_PERS - persistent # bit 1 FFEA_FLG_EXCL - not affect compatibility # bit 2 FFEA_FLG_RELOAD - need reload to take effect # name(max 16 char bit[0-4095] flag description # --------------------------------------------------- DEFINE test 0 0 "test bit" DEFINE mercury 1 0 "mercury support" DEFINE vf 2 0 "virtual fabric" DEFINE mc 3 0 "MC mode" DEFINE vcenter 4 0 "Multiple vCenters" DEFINE vcsvirtualfabric 5 0 "vcs virtual-fabric enable" DEFINE mstpGlobalHello 6 0 "hello-time configuration at MSTP protocol level" DEFINE partialspan 7 0 "Span monitor session with only destination" DEFINE ag 8 1 "Access gateway" SYSTEM firmware[1000,1001,1002,1003] { CAP test,mercury,partialspan CAP vf,mc,vcenter,vcsvirtualfabric FEA test mercury,vf } SYSTEM firmware[91,95,96,97,99,107,112,116,123,131,137,138,151,153,154,164] { CAP test,mercury,mstpGlobalHello CAP vf,mc,vcenter,partialspan } SYSTEM firmware[131,137,138,151,153,154,164] { CAP vcsvirtualfabric } SYSTEM firmware[131,137,138,151] { CAP ag FEA ag }