This controller is found in some older Dell servers.

Install Fedora 10.
Boot of the first install CD in rescue mode and chroot /mnt/sysimage.
cd /boot
mv initrd-2.6.27.5-117.fc10.i686.img initrd-2.6.27.5-117.fc10.i686.img.orig
mkinitrd –with=scsi_wait_scan initrd-2.6.27.5-117.fc10.i686.img
exit
exit # to reboot
This worked fine for me on a Dell1600 with Perc controller. In troubleshooting this, I found some posts saying that the module is call scsi_wait-scan. This is incorrect. Scsi_wait_scan worked fine for me.