> jmicron: don't touch the controller when it's AHCI mode. As help text > suggests ("For full support use the libata drivers") the new libata AHCI > driver will take care of it.
NAK The kernel drivers work on the basis that if you are using drivers/ide then the IDE driver will grab all the ports, if you are using libata then the PCI boot quirks will switch to split AHCI and PATA mode and the libata drivers will take both. If you build both IDE and libata support for the same hardware into your kernel it should generally end up with only one driver claiming the hardware but the AHCI case doesn't handle this in 2.6.18. Alan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/