]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/ide.h
ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devices
[linux-2.6-omap-h63xx.git] / include / linux / ide.h
index fdec0108dba17436c3ed21d4966218a97b2d29f9..cf7ec3a9d173183dc264197b4f031f8cad2a47a8 100644 (file)
@@ -502,6 +502,7 @@ enum {
        IDE_DFLAG_NOWERR                = (1 << 24),
        /* retrying in PIO */
        IDE_DFLAG_DMA_PIO_RETRY         = (1 << 25),
+       IDE_DFLAG_LBA                   = (1 << 26),
 };
 
 struct ide_drive_s {