Working with 2.4.5-ac8, a "_" was omitted in the Config.in file's rule for the Promise ATARAID card. The following will fix that. --- drivers/ide/Config.in.orig Tue Jun 5 17:46:08 2001 +++ drivers/ide/Config.in Tue Jun 5 17:46:19 2001 @@ -180,6 +180,6 @@ define_bool CONFIG_BLK_DEV_IDE_MODES n fi -dep_tristate 'Support Promise software RAID' CONFIG_BLKDEV_ATARAID $CONFIG_BLK_DEV_IDE $CONFIG_EXPERIMENTAL +dep_tristate 'Support Promise software RAID' CONFIG_BLK_DEV_ATARAID +$CONFIG_BLK_DEV_IDE $CONFIG_EXPERIMENTAL endmenu - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/