Alan Cox wrote: > Restore the support for handling drives that report one sector too many > (ie SCSI not ATA style). This worked before the HPA update but was > removed in that process > > Signed-off-by: Alan Cox <alan@xxxxxxxxxx> Acked-by: Tejun Heo <htejun@xxxxxxxxx> > diff -u --new-file --exclude-from /usr/src/exclude --recursive linux.vanilla-2.6.23rc8-mm1/include/linux/libata.h linux-2.6.23rc8-mm1/include/linux/libata.h > --- linux.vanilla-2.6.23rc8-mm1/include/linux/libata.h 2007-09-26 16:46:57.844875296 +0100 > +++ linux-2.6.23rc8-mm1/include/linux/libata.h 2007-09-26 17:11:56.215088400 +0100 > @@ -315,7 +315,8 @@ > ATA_HORKAGE_NONCQ = (1 << 2), /* Don't use NCQ */ > ATA_HORKAGE_MAX_SEC_128 = (1 << 3), /* Limit max sects to 128 */ > ATA_HORKAGE_BROKEN_HPA = (1 << 4), /* Broken HPA */ > - ATA_HORKAGE_DRQ = (1 << 5), /* Device forgets to clear DRQ on error */ > + ATA_HORKAGE_HPA_SIZE = (1 << 5), /* Reports native size off by one */ > + ATA_HORKAGE_DRQ = (1 << 6), /* Device forgets to clear DRQ on error */ > > /* DMA mask for user DMA control: User visible values do not > renumber */ But Jeff might not like adding new constant and shifting the existing one at the same time. -- tejun - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html