Configuration hint when using F40/F80 cards

I’m using the Sun Flash Accelerator F40/F80 PCIe Card quite frequently (as i’ve used the F5100 and F20 in the past) in the recent time for POCs. In my experience to get best performance you really should abide the tips on this page. When you put F40 cards into your systems, add this line into /kernel/drv/sd.conf.

sd-config-list = "ATA     3E128-TS2-550B01","disksort:false, cache-nonvolatile:true, physical-block-size:4096";

The F80 card works best with this line in /kernel/drv/sd.conf

sd-config-list = "ATA     2E256-TU2-510B00","disksort:false, cache-nonvolatile:true, physical-block-size:8192";

When you use both cards you have concatenate both lines into a single one.

sd-config-list="ATA     2E256-TU2-510B00","disksort:false, cache-nonvolatile:true, physical-block-size:8192",\
"ATA     3E128-TS2-550B01","disksort:false, cache-nonvolatile:true, physical-block-size:4096";

The effects of this lines are quite simple, but very important. I’m simplifying the reasoning in the next paragraphs a little bit: