Commit d708c40da83a86551556999e924e27fdc43dad71

Authored by Bartlomiej Zolnierkiewicz
1 parent 15220d9b5a

ide: mark "hdx=remap" and "hdx=remap63" kernel parameters as obsoleted

Mark "hdx=remap" and "hdx=remap63" kernel parameters as obsoleted
(they are layering violation and should be dealt with in the same
 way as done by libata - device-mapper should be used instead).

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>

Showing 2 changed files with 2 additions and 7 deletions Side-by-side Diff

Documentation/ide/ide.txt
... ... @@ -228,11 +228,6 @@
228 228  
229 229 "hdx=cyl,head,sect" : disk drive is present, with specified geometry
230 230  
231   - "hdx=remap" : remap access of sector 0 to sector 1 (for EZDrive)
232   -
233   - "hdx=remap63" : remap the drive: add 63 to all sector numbers
234   - (for DM OnTrack)
235   -
236 231 "hdx=autotune" : driver will attempt to tune interface speed
237 232 to the fastest PIO mode supported,
238 233 if possible for this drive only.
... ... @@ -1290,10 +1290,10 @@
1290 1290 goto done;
1291 1291 case -12: /* "remap" */
1292 1292 drive->remap_0_to_1 = 1;
1293   - goto done;
  1293 + goto obsolete_option;
1294 1294 case -13: /* "remap63" */
1295 1295 drive->sect0 = 63;
1296   - goto done;
  1296 + goto obsolete_option;
1297 1297 case -14: /* "scsi" */
1298 1298 drive->scsi = 1;
1299 1299 goto obsolete_option;