I purchased Dell PERC H200E 12DNW from ebay and I was trying to crossflash it to 9200-8e IT mode. It seems that it is not as easy as it is to crossflash M1015. However I found out the correct order. If someone else is considering using this card (or H200) in Freenas, this might help.
To make this to work you need (links are for 9200-8e card):
Firmware P7 from Avago (LSI) http://docs.avagotech.com/docs/12350401
Firmware P12 from Avago (LSI) http://docs.avagotech.com/docs/12350391
Firmware P20 from Avago (LSI) http://docs.avagotech.com/docs/12350397
Firmware A08 from dell http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverid=6M53D
Megarec for dos. I couldn't find any official download, but there are multiple sites that offer this.
Steps:
Create bootable dos using rufus or similar.
Create following directories to USB stick: DELL, P7, P12, P20 and TOOLS.
Run Dell firmware self-executable and copy 6gbpsas.FW to DELL directory.
Unzip P7 firmware package and copy 2008et.bin and sas2flsh.exe to P7 directory.
Unzip P12 firmware package and copy sas2flsh.exe to P12 directory.
Unzip P20 firmware and copy 9200-8e.bin and sas2flsh.exe to P20 directory.
Get Megarec and copy it to TOOLS directory. (Also sbrempty.bin, dos4gw.exe and DOS32A.EXE)
Run following commands:
\p20\sas2flsh -list -c 0
take note on your sas address.
cd \tools\
megarec -writesbr 0 sbrempty.bin
megarec -cleanflash 0
reboot
cd \p12
sas2flsh -o -f \dell\6GBPSAS.FW -sasadd 5XXXXXXXX (your sas address without dashes)
reboot
cd \p7
sas2flsh -o -f 2008et.bin (press y to continue)
cd \p20
sas2flsh -o -f 9200-8e.bin
done
To make this to work you need (links are for 9200-8e card):
Firmware P7 from Avago (LSI) http://docs.avagotech.com/docs/12350401
Firmware P12 from Avago (LSI) http://docs.avagotech.com/docs/12350391
Firmware P20 from Avago (LSI) http://docs.avagotech.com/docs/12350397
Firmware A08 from dell http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverid=6M53D
Megarec for dos. I couldn't find any official download, but there are multiple sites that offer this.
Steps:
Create bootable dos using rufus or similar.
Create following directories to USB stick: DELL, P7, P12, P20 and TOOLS.
Run Dell firmware self-executable and copy 6gbpsas.FW to DELL directory.
Unzip P7 firmware package and copy 2008et.bin and sas2flsh.exe to P7 directory.
Unzip P12 firmware package and copy sas2flsh.exe to P12 directory.
Unzip P20 firmware and copy 9200-8e.bin and sas2flsh.exe to P20 directory.
Get Megarec and copy it to TOOLS directory. (Also sbrempty.bin, dos4gw.exe and DOS32A.EXE)
Run following commands:
\p20\sas2flsh -list -c 0
take note on your sas address.
cd \tools\
megarec -writesbr 0 sbrempty.bin
megarec -cleanflash 0
reboot
cd \p12
sas2flsh -o -f \dell\6GBPSAS.FW -sasadd 5XXXXXXXX (your sas address without dashes)
reboot
cd \p7
sas2flsh -o -f 2008et.bin (press y to continue)
cd \p20
sas2flsh -o -f 9200-8e.bin
done