If you need zipped ko-files you can zip the *.ko files provided from the DL link. Just execute gzip raid456.ko. I compiled the kernel myself based on the configuration of WarheadSE. Just the missing raid modules were added in the configuration. You need raid funktionality statically linked into the kernel if you want to boot from the raid drive. Therefore you need a separate boot drive to use loadable modules.
The ritght path for the modules is /lib/modules/2.6.31.6_SMP_820/kernel/drivers/md. I just tried to load the raid10 module after depmod -a with the modprobe command. Afterwards I checked mdstat. The output is as follows:
$this->bbcode_second_pass_code('', 'depmod -a
modprobe raid10
lsmod
Module Size Used by
raid10 23616 0
md_mod 89488 1 raid10
cat /proc/mdstat
Personalities : [raid10]
unused devices: <none>')
So I think the modules are working with the kernel.
You can find some help on how to setup raid with the following link:
http://www.howtoforge.com/software-raid1-grub-boot-debian-etch of
http://www.dedoimedo.com/computers/linux-raid.html. It is for Debian instead for Archlinux but the commands instead of the package installer shall be the same.