The patch titled libata: ich8 fix has been removed from the -mm tree. Its filename was 2.6.17-rc4-mm1-ich8-fix.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: libata: ich8 fix Mystery patch from Intel - needed on an ICH8-based preproduction machine. Cc: Tejun Heo <htejun@xxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/scsi/ata_piix.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff -puN drivers/scsi/ata_piix.c~2.6.17-rc4-mm1-ich8-fix drivers/scsi/ata_piix.c --- a/drivers/scsi/ata_piix.c~2.6.17-rc4-mm1-ich8-fix +++ a/drivers/scsi/ata_piix.c @@ -654,6 +654,14 @@ static int piix_sata_prereset(struct ata port = map[base + i]; if (port < 0) continue; + if (ap->flags & PIIX_FLAG_AHCI) { + /* FIXME: Port status of AHCI controllers + * should be accessed in AHCI memory space. */ + if (pcs & 1 << port) + present_mask |= 1 << i; + else + pcs &= ~(1 << port); + } if (ap->flags & PIIX_FLAG_IGNORE_PCS || pcs & 1 << (4 + port)) present_mask |= 1 << i; else _ Patches currently in -mm which might be from htejun@xxxxxxxxx are origin.patch ata_piix-ide-mode-sata-patch-for-intel-ich9.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html