aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-03-22 11:40:22 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-03-22 11:40:22 -0400
commitd708c40da83a86551556999e924e27fdc43dad71 (patch)
tree58db3c0c59033d5d14e213d4d2c41c03de668ad6 /Documentation
parent15220d9b5a7e6f4ff251350b285674ed676e0d3d (diff)
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/ide/ide.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/ide/ide.txt b/Documentation/ide/ide.txt
index 3f4db0018edc..818676aad45a 100644
--- a/Documentation/ide/ide.txt
+++ b/Documentation/ide/ide.txt
@@ -228,11 +228,6 @@ Summary of ide driver parameters for kernel command line
228 228
229 "hdx=cyl,head,sect" : disk drive is present, with specified geometry 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 "hdx=autotune" : driver will attempt to tune interface speed 231 "hdx=autotune" : driver will attempt to tune interface speed
237 to the fastest PIO mode supported, 232 to the fastest PIO mode supported,
238 if possible for this drive only. 233 if possible for this drive only.