summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <b.zolnierkiewicz@elka.pw.edu.pl>2003-05-29 20:52:38 -0700
committerJens Axboe <axboe@suse.de>2003-05-29 20:52:38 -0700
commit35e5722433939a4827fb08fb6475cd31e72af279 (patch)
tree2b1f775e38db4c50df48eab90d8a8adb5ce70b4a /include/linux
parent23898e5c591af431d19fdaa14062940e30bba292 (diff)
[PATCH] kill "hdX=noremap"
Since Andries killed ide-geometry, remove "hdX=noremap" parameter as it is no longer needed.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ide.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index bb11a69e6d5c..706819e9a27c 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -720,7 +720,7 @@ typedef struct ide_drive_s {
unsigned doorlocking : 1; /* for removable only: door lock/unlock works */
unsigned autotune : 3; /* 1=autotune, 2=noautotune,
3=biostimings, 0=default */
- unsigned remap_0_to_1 : 2; /* 0=remap if ezdrive, 1=remap, 2=noremap */
+ unsigned remap_0_to_1 : 1; /* 0=noremap, 1=remap 0->1 (for EZDrive) */
unsigned ata_flash : 1; /* 1=present, 0=default */
unsigned blocked : 1; /* 1=powermanagment told us not to do anything, so sleep nicely */
unsigned vdma : 1; /* 1=doing PIO over DMA 0=doing normal DMA */