Does FC3 have CONFIG_SCSI_SATA_AHCI and CONFIG_SCSI_SATA_SIL enabled in the kernel?
How does one check for this?
You'll find config files used to build Fedora-packaged kernels in /boot directory. They are named config-version (where version is version of kernel RPM package). The above two are enabled in Fedora kernels as modules:
$ egrep '(CONFIG_SCSI_SATA_AHCI|CONFIG_SCSI_SATA_SIL)' /boot/config-2.6.10-1.741_FC3
CONFIG_SCSI_SATA_AHCI=m
CONFIG_SCSI_SATA_SIL=m
-- Aleksandar Milivojevic <amilivojevic@xxxxxx> Pollard Banknote Limited Systems Administrator 1499 Buffalo Place Tel: (204) 474-2323 ext 276 Winnipeg, MB R3T 1L7