Re: ide-problem still with 2.4.21-pre5-ac1

From: Andries.Brouwer@cwi.nl
Date: Sun Mar 09 2003 - 03:41:21 EST


> why its not honouring PTBL values in his case apparently

The disk capacity code foolishly sets heads to 255, and then
ide_xlate_1024 decides that we already have chosen a translation,
so that it does not have to figure out what translation to use.

Andries

See:
        if (xparm == 2) {
                if (!heads ||
                   (drive->bios_head >= heads && drive->bios_sect == 63))
                        transl = 0;
        }
        if (xparm == -1) {
                if (drive->bios_head > 16)
                        transl = 0; /* we already have a translation */
        }
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Mar 15 2003 - 22:00:18 EST