Reinhold
Yeah I saw this too.... The mirror sync finished last night some time, and I was planning to do some hdparm measurements of performance today.
However, rather alarmingly this morning my nice new server was locked up. Its now very slowly working it's way through fsck. It would seem that the mirror is intact.
Whilst reading around the kernel list there was a mention that the SiI3112 driver could lock at random.....but I thought it was only once you started turning on DMA.
I am now rather concerned about my new baby - and wondering which way to head. I have a couple of those ide to sata converters and I could easily stick them in and get the drives on the ide channels. BUT this will mean no cd if I put both drives on seperate channels (will it physically fit) and
if I am unable to resurect the raid no easy way to reinstall.
It will also mean no 50-60M/s transfers....
What to do?
Try these settings
hdparm -X66 -d1 /dev/hda
echo "max_kb_per_request:15" > /proc/ide/hdX/settings
(repeat for both drives, e.g. hde and hdg).
Then I think it will be ide/sata adaptors first followed by compromise and tears...
Wish I hadnt started this topic with the word "positive experiences"
Thanks for the tip!
Timb,
I do NOT take neither credit nor responsibility for the advice below... 
(however it's info from a Linux kernel list active member who usually is very reliable)
Silicon Image 3112 SATA
----------------------------------------
As some others suggested on the list, the problem with very slow
transfer and timeouts if you try to enable DMA, can be fixed by the
following lines in an appropriate rc file:
hdparm -X66 -d1 /dev/hda
echo "max_kb_per_request:15" > /proc/ide/hdX/settings
(repeat for both drives, e.g. hde and hdg).
-------------------
Regards
Reinhold