From 35e5722433939a4827fb08fb6475cd31e72af279 Mon Sep 17 00:00:00 2001 From: Bartlomiej Zolnierkiewicz Date: Thu, 29 May 2003 20:52:38 -0700 Subject: [PATCH] kill "hdX=noremap" Since Andries killed ide-geometry, remove "hdX=noremap" parameter as it is no longer needed. --- include/linux/ide.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3