The map for ich6m chip had a typo, which caused to output a harmless error at boot. Signed-off-by: Pierre Tardy <tardyp@xxxxxxxxx> --- linux-2.6.19.1/drivers/ata/ata_piix.c 2006-12-11 20:32:53.000000000 +0100 +++ linux-2.6.19.1.patched/drivers/ata/ata_piix.c 2006-12-28 00:06:44.000000000 +0100 @@ -405,7 +405,7 @@ */ .map = { /* PM PS SM SS MAP */ - { P0, P2, RV, RV }, /* 00b */ + { P0, P2, NA, NA }, /* 00b */ { IDE, IDE, P1, P3 }, /* 01b */ { P0, P2, IDE, IDE }, /* 10b */ { RV, RV, RV, RV }, - 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