On 11/23/2009 01:03 PM, Gleb Natapov wrote:
p->bios_characteristics[0] = 0x08; /* BIOS characteristics not supported */
FWIW, I agree with not changing this.From reading the spec, it seems like the characteristics extensions are totally separate from the basic characteristics, and setting bit 3 as done above does not mean that the extensions should also be zero.
Paolo