aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-27 09:38:29 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-27 09:38:29 -0400
commit207daeaabb5396995ebac63415fab71476b64ca3 (patch)
treec3e245104e64feaebf7434772fc49be0c1292f7d /include/linux/ide.h
parente160124ff6868e53511b16412d2ea91f87936be0 (diff)
ide: remove obsoleted "hdx=autotune" kernel parameter
* Remove obsoleted "hdx=autotune" kernel parameter (we always auto-tune PIO if possible nowadays). * Remove no longer needed ide_drive_t.autotune flag. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 0e7d44a6b94a..65dcbcfae162 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -321,7 +321,6 @@ typedef struct ide_drive_s {
321 unsigned atapi_overlap : 1; /* ATAPI overlap (not supported) */ 321 unsigned atapi_overlap : 1; /* ATAPI overlap (not supported) */
322 unsigned doorlocking : 1; /* for removable only: door lock/unlock works */ 322 unsigned doorlocking : 1; /* for removable only: door lock/unlock works */
323 unsigned nodma : 1; /* disallow DMA */ 323 unsigned nodma : 1; /* disallow DMA */
324 unsigned autotune : 1; /* 0=default, 1=autotune */
325 unsigned remap_0_to_1 : 1; /* 0=noremap, 1=remap 0->1 (for EZDrive) */ 324 unsigned remap_0_to_1 : 1; /* 0=noremap, 1=remap 0->1 (for EZDrive) */
326 unsigned blocked : 1; /* 1=powermanagment told us not to do anything, so sleep nicely */ 325 unsigned blocked : 1; /* 1=powermanagment told us not to do anything, so sleep nicely */
327 unsigned vdma : 1; /* 1=doing PIO over DMA 0=doing normal DMA */ 326 unsigned vdma : 1; /* 1=doing PIO over DMA 0=doing normal DMA */