ide: mark special "ide0=" kernel parameters as obsoleted

Mark "ide0=ali14xx|cmd640_vlb|dtc2278|ht6560b|qd65xx|umc8672" kernel
parameters as obsoleted (per host driver replacements have been available
for a long time).
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 37ff9f39
...@@ -1370,32 +1370,32 @@ static int __init ide_setup(char *s) ...@@ -1370,32 +1370,32 @@ static int __init ide_setup(char *s)
#ifdef CONFIG_BLK_DEV_ALI14XX #ifdef CONFIG_BLK_DEV_ALI14XX
case -17: /* "ali14xx" */ case -17: /* "ali14xx" */
probe_ali14xx = 1; probe_ali14xx = 1;
goto done; goto obsolete_option;
#endif #endif
#ifdef CONFIG_BLK_DEV_UMC8672 #ifdef CONFIG_BLK_DEV_UMC8672
case -16: /* "umc8672" */ case -16: /* "umc8672" */
probe_umc8672 = 1; probe_umc8672 = 1;
goto done; goto obsolete_option;
#endif #endif
#ifdef CONFIG_BLK_DEV_DTC2278 #ifdef CONFIG_BLK_DEV_DTC2278
case -15: /* "dtc2278" */ case -15: /* "dtc2278" */
probe_dtc2278 = 1; probe_dtc2278 = 1;
goto done; goto obsolete_option;
#endif #endif
#ifdef CONFIG_BLK_DEV_CMD640 #ifdef CONFIG_BLK_DEV_CMD640
case -14: /* "cmd640_vlb" */ case -14: /* "cmd640_vlb" */
cmd640_vlb = 1; cmd640_vlb = 1;
goto done; goto obsolete_option;
#endif #endif
#ifdef CONFIG_BLK_DEV_HT6560B #ifdef CONFIG_BLK_DEV_HT6560B
case -13: /* "ht6560b" */ case -13: /* "ht6560b" */
probe_ht6560b = 1; probe_ht6560b = 1;
goto done; goto obsolete_option;
#endif #endif
#ifdef CONFIG_BLK_DEV_QD65XX #ifdef CONFIG_BLK_DEV_QD65XX
case -12: /* "qd65xx" */ case -12: /* "qd65xx" */
probe_qd65xx = 1; probe_qd65xx = 1;
goto done; goto obsolete_option;
#endif #endif
#ifdef CONFIG_BLK_DEV_4DRIVES #ifdef CONFIG_BLK_DEV_4DRIVES
case -11: /* "four" drives on one set of ports */ case -11: /* "four" drives on one set of ports */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment