Hi Kristen, Hmmm... ata-ahci-alpm-enable-link-power-management-for-ata-drivers.patch drivers/ata/libata-core.c: In function 'ata_dev_configure': drivers/ata/libata-core.c:2039: error: implicit declaration of function 'ata_device_blacklisted' make[2]: *** [drivers/ata/libata-core.o] Error 1 make[1]: *** [drivers/ata] Error 2 make: *** [drivers] Error 2 Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> --- linux-work3-clean/drivers/ata/libata-core.c 2007-07-20 16:53:26.000000000 +0200 +++ linux-work3/drivers/ata/libata-core.c 2007-07-20 17:26:30.000000000 +0200 @@ -2036,7 +2036,7 @@ int ata_dev_configure(struct ata_device dev->max_sectors = min_t(unsigned int, ATA_MAX_SECTORS_128, dev->max_sectors); - if (ata_device_blacklisted(dev) & ATA_HORKAGE_ALPM) { + if (ata_dev_blacklisted(dev) & ATA_HORKAGE_ALPM) { dev->horkage |= ATA_HORKAGE_ALPM; /* reset link pm_policy for this port to no pm */ - 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