aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ide.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index d963c1929c84..ca0b132de1ae 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -418,7 +418,6 @@ struct ide_drive_s {
418 unsigned atapi_overlap : 1; /* ATAPI overlap (not supported) */ 418 unsigned atapi_overlap : 1; /* ATAPI overlap (not supported) */
419 unsigned doorlocking : 1; /* for removable only: door lock/unlock works */ 419 unsigned doorlocking : 1; /* for removable only: door lock/unlock works */
420 unsigned nodma : 1; /* disallow DMA */ 420 unsigned nodma : 1; /* disallow DMA */
421 unsigned remap_0_to_1 : 1; /* 0=noremap, 1=remap 0->1 (for EZDrive) */
422 unsigned blocked : 1; /* 1=powermanagment told us not to do anything, so sleep nicely */ 421 unsigned blocked : 1; /* 1=powermanagment told us not to do anything, so sleep nicely */
423 unsigned scsi : 1; /* 0=default, 1=ide-scsi emulation */ 422 unsigned scsi : 1; /* 0=default, 1=ide-scsi emulation */
424 unsigned sleeping : 1; /* 1=sleeping & sleep field valid */ 423 unsigned sleeping : 1; /* 1=sleeping & sleep field valid */
@@ -441,7 +440,6 @@ struct ide_drive_s {
441 u8 io_32bit; /* 0=16-bit, 1=32-bit, 2/3=32bit+sync */ 440 u8 io_32bit; /* 0=16-bit, 1=32-bit, 2/3=32bit+sync */
442 u8 bad_wstat; /* used for ignoring ATA_DF */ 441 u8 bad_wstat; /* used for ignoring ATA_DF */
443 u8 nowerr; /* used for ignoring ATA_DF */ 442 u8 nowerr; /* used for ignoring ATA_DF */
444 u8 sect0; /* offset of first sector for DM6:DDO */
445 u8 head; /* "real" number of heads */ 443 u8 head; /* "real" number of heads */
446 u8 sect; /* "real" sectors per track */ 444 u8 sect; /* "real" sectors per track */
447 u8 bios_head; /* BIOS/fdisk/LILO number of heads */ 445 u8 bios_head; /* BIOS/fdisk/LILO number of heads */