#################################################################################
How to support the WD Infinity?

Please contact with Application Engineer. 
#################################################################################
How to control the Front-End Port Mapping?

Please contact with Application Engineer. 
#################################################################################
How to enable the feature which controls a RAID0 to migrate into a RAID1?

If customers would like to change the policy, please follow below steps.

Use MDU tool under tools folder, 
  1. Edit 9200.txt.
  2. Change
	[RAID0_MIGRATE_RAID1]=DISABLE
     to 
	[RAID0_MIGRATE_RAID1]=ENABLE
     or add new one.

     Save and exit.	
  4. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
#################################################################################
How to enable halt on error?

If customers would like to change the policy, please follow below steps.

Use MDU tool under tools folder, 
  1. Edit 9200.txt.
  2. Change
	[HALT_ON_ERROR]=DISABLE
     to 
	[HALT_ON_ERROR]=ENABLE
     or add new one.

     Save and exit.	
  4. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
#################################################################################
How to enable Smart checking?

If customers would like to change the policy, please follow below steps.

Use MDU tool under tools folder, 
  1. Edit 9200.txt.
  2. Change
	[SMART_CHECK]=DISABLE
     to 
	[SMART_CHECK]=ENABLE
     or add new one.

     Save and exit.	
  4. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
#################################################################################
How to enable AES module to support OS booting?

If customers would like to change the policy, please follow below steps.

Use MDU tool under tools folder, 
  1. Edit 9200.txt.
  2. First check the [AES] mode which has been enabled.
  3. And then
     Change
	[AES_OS_BOOTING]=DISABLE
     to 
	[AES_OS_BOOTING]=ENABLE
     or add new one.

     Save and exit.	
  4. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
#################################################################################
How to show BIOS initialling string?

If customers would like to change the policy, please follow below steps.

Use MDU tool under tools folder, 
  1. edit 9200.txt. 
     Change
	[BIOS_INITIALING_STR]=DISABLE
     to 
	[BIOS_INITIALING_STR]=ENABLE
     or add new one.

     Save and exit.	
  2. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
#################################################################################
How to change detecting direction for BIOS dual controllers?

If customers would like to change detecting direction for HBA, please follow below steps.

Use MDU tool under tools folder, 
  1. edit 9200.txt. 
     Change
	[BIOS_SCANING_DIRECT]=DISABLE
     to 
	[BIOS_SCANING_DIRECT]=ENABLE
     or add new one.

     Save and exit.	
  2. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
#################################################################################
How to adjust the delay time in BIOS Post showing devices' messages step?

If no this ittem, its default is 2000ms. If customers would like to set this feature, please follow below steps.

Use MDU tool under tools folder, 
  1. edit 9200.txt. 
     Add or edit as below:
	[BIOS_SHOWING_TIME]=2000 #Its unit is milli-second(0~65534). Default is 2000ms if no defined.

     Save and exit.	
  2. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
#################################################################################
How to Enable/Disable Buzzer?

The default is disabled the Buzzer feature. If customers would like to support this feature, please follow below steps.

Use MDU tool under tools folder, 
  1. edit 9200.txt. 
     Change
	[BUZZER]=DISABLE
     to 
	[BUZZER]=ENABLE
     or add new one.

     Save and exit.	
  2. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
#################################################################################
How to Enable the Staggered Spin-up Operation?

The default is disabled the feature. If customers would like to support to this feature, please follow below steps.

Use MDU tool under tools folder, 
  1. edit 9200.txt. 
     Add 
	[SPINUP GROUP]=1 ##SPIN_UP 4 ~ 1 devices together(0:no waiting). FF:Disable
	[SPINUP TIME]=3 ##wait 30 ~ 1 seconds to wake up next device(0:no waiting). FF:Disable

     The two items should be added, otherwise the feature will be disabled.

     Save and exit.	
  2. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
#################################################################################
How to setup the OEM RAID configuration?

No this setting the feature would be disabled. If customers would like to support to this feature, please follow below steps.

Use MDU tool under tools folder, 
  1. edit 9200.txt. 
     Add a word as below:
	[OEM_RAID_CFG_VD0]=00000F00     #/*configure VD0: bit31~bit28:Reserved, bit27~bit8:port mapping bit(the example is setting the port3,2,1,0), bit7~bit0:Raid type(the example is RAID0)*/#

     Save and exit.	
  2. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
#################################################################################
How to Enable/Disable Firmware upgraded?

The default is disabled the Firmware upgraded feature. If customers would like to support to this feature, please follow below steps.

Use MDU tool under tools folder, 
  1. edit 9200.txt. 
     Change
	[UPGRADE_FW]=DISABLE
     to 
	[UPGRADE_FW]=ENABLE
     or add new one.

     Save and exit.	
  2. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
#################################################################################
How to Enable/Disable PNP Auto-Rebuild?

The default is disabled the PNP Auto-Rebuild feature. If customers would like to support to do hot plug to trigger Auto-Build.

Use MDU tool under tools folder, 
  1. edit 9200.txt. 
     Change
	[PNP_AUTO_REBUILD]=DISABLE
     to 
	[PNP_AUTO_REBUILD]=ENABLE
     or add new one.

     Save and exit.	
  2. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
#################################################################################
How to Enable/Disable RAID features?

The default is enabled RAID0/RAID1/RAID10/HyperDuo safe/HyperDuo capacity for customers to limit the 
RAID feature by themselves. 

Use MDU tool under tools folder, 
  1. edit 9200.txt. 
       [RAID FEATURE]=DISABLE # or ENABLE   ##If that has any RAID feature is enabled, it will be enabled.
       [INTELLIGENT]=DISABLE # or ENABLE
       [RAID0]=DISABLE # or ENABLE
       [RAID1]=DISABLE # or ENABLE
       [RAID10]=DISABLE # or ENABLE
       [RAID5]=DISABLE # or ENABLE          ##Magni-Plus doesn't support RAID5 feature.
       [HyperDuo_CAPACITY]=DISABLE # or ENABLE
       [HyperDuo_SAFE]=DISABLE # or ENABLE
       [HYPERDUO_HYBRID]=DISABLE # or ENABLE   ##This mode has to enable HyperDuo_SAFE first. Otherwise that would be unavailable.

     Save and exit.	
  2. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
  3. Reboot
  4. The RAID features of the HBA will be limited, and users willn't operate them.
#################################################################################
How to set the Max Port Number?

The default of Max Port Number is 8(Max is 8, Min is 1). If customers want to limit the Max Port Number. 

Use MDU tool under tools folder, 
  1. edit 9200.txt. 
     ADD
	[MAX_PORT_NUMBER]=8 or.....

     Save and exit.	
  2. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
  3. Reboot
  4. The ports of the HBA will be limited at the number.
#################################################################################
How to Modify the name of VD?

The default of RAID VD name is "Marvell Raid". If customers want to modify into its logo. 

Use MDU tool under tools folder, 
  1. edit 9200.txt. 
     ADD
	[VDNAME]="MRVL RAID"

     Save and exit.	
  2. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
  3. Reboot
  4. Create a RAID that will get the new one.
#################################################################################
How to enable Magni-Plus AES feature?

Your the AES default of Magni-Plus HBA is disabled. You should use MDU to enable it. 

Use MDU tool under tools folder, 
  1. edit 9200.txt. 
     Change
	[AES]=DISABLE

     to 
	[AES]=ENABLE
     Save and exit.	
  2. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
#################################################################################

How to enable Magni-plus intelligent rebuilding feature?

"Intelligent rebuilding feature" default is disabled. You should use MDU to enable it. 

Use MDU tool under tools folder, 
  1. edit 9200.txt. 
     Change
	[INTELLIGENT]=DISABLE

     to 
	[INTELLIGENT]=ENABLE
     Save and exit.	
  2. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
#################################################################################

How to enable Magni-plus Firmware to control GPIO LED?

"Controling GPIO LED feature" default is disabled. You should use MDU to enable it. 

Use MDU tool under tools folder, 
  1. edit 9200.txt. 
     Change
	[CTL_GPIO_LED]=DISABLE

     to 
	[CTL_GPIO_LED]=ENABLE
     Save and exit.	
  2. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
#################################################################################

How to enable Magni-plus Firmware to HyperDuo Hybird mode?

"New HyperDuo Hybird mode feature" default is disabled. You should use MDU to enable it. 

Use MDU tool under tools folder, 
  1. edit 9200.txt. 
     Change
	[HYPERDUO_HYBRID]=DISABLE

     to 
	[HYPERDUO_HYBRID]=ENABLE
     Save and exit.	
  2. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt
#################################################################################
How to PHY Tuning Page?

"[Px_PHY_TUNNING_1]=FFFFFFFF" default is FFFFFFFF. Unless this value(FFFFFFFF), others 
  will be set into registers(Generation x Setting y). You should use MDU to enable it. 

[P0_PHY_TUNNING_1]=Port0=>"Generation 1 Setting 1(High 16 bits)" : "Generation 1 Setting 0(Low 16 bits)"
[P1_PHY_TUNNING_1]=Port1=>"Generation 1 Setting 1(High 16 bits)" : "Generation 1 Setting 0(Low 16 bits)"
[P0_PHY_TUNNING_2]=Port0=>"Generation 2 Setting 1(High 16 bits)" : "Generation 2 Setting 0(Low 16 bits)"
[P1_PHY_TUNNING_2]=Port1=>"Generation 2 Setting 1(High 16 bits)" : "Generation 2 Setting 0(Low 16 bits)"
[P0_PHY_TUNNING_3]=Port0=>"Generation 3 Setting 1(High 16 bits)" : "Generation 3 Setting 0(Low 16 bits)"
[P1_PHY_TUNNING_3]=Port1=>"Generation 3 Setting 1(High 16 bits)" : "Generation 3 Setting 0(Low 16 bits)"


Use MDU tool under tools folder, 
  1. edit 9200.txt. 
     Change
	[P0_PHY_TUNNING_1]=FFFFFFFF
	[P1_PHY_TUNNING_1]=FFFFFFFF
	[P0_PHY_TUNNING_2]=FFFFFFFF
	[P1_PHY_TUNNING_2]=FFFFFFFF
	[P0_PHY_TUNNING_3]=FFFFFFFF
	[P1_PHY_TUNNING_3]=FFFFFFFF

     to 
	[P0_PHY_TUNNING_1]=XXXXXXXX
	[P1_PHY_TUNNING_1]=XXXXXXXX
	[P0_PHY_TUNNING_2]=XXXXXXXX
	[P1_PHY_TUNNING_2]=XXXXXXXX
	[P0_PHY_TUNNING_3]=XXXXXXXX
	[P1_PHY_TUNNING_3]=XXXXXXXX
     Save and exit.	
  2. Execute MDU.exe usage >mdu restore_cfg -f 9200.txt