Re: PROBLEM: ICH7 SATA drive not detected.

From: Jeff Garzik
Date: Fri Feb 25 2005 - 23:37:03 EST


Comment out the function call to piix_disable_ahci() and see what happens.

if (port_info[0]->host_flags & PIIX_FLAG_AHCI) {
int rc = piix_disable_ahci(pdev);
if (rc)
return rc;
}

Regards,

Jeff


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/