Messages in this thread Patch in this message |  | | | Date | Wed, 6 Jun 2001 13:42:20 -0700 (PDT) | | From | Jim Wright <> | | Subject | [PATCH] Promise ATARAID |
| |
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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |