> The IO ports are all there, the *only* reason we don't use AHCI seems > to be that the firmware didn't turn off the legacy bit, so it doesn't > show as an AHCI interface. That's kind of sad. There are two sets of problems with that The first is that quite a few machines crap themselves if you do this because nobody has ever tested things like the IRQ routing or the firmware on suspend/resume when they find the hardwared controller has gone for a walk. Putting it back on suspend might help in some cases but then you get to pick your way through the documentation minefield, deal with device changes while in non AHCI mode, figure out how to set up registers the BIOS didn't etc. Would be a good project for someone with a lot of patience anyway as the AHCI mode is also 64bit capable and *much* faster overall as it doesn't keep stalling the CPU poking imaginary registers and turning them into messages on the SATA bus. Alan -- 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