I assume, this patch is a typo correction. this still avoids me an error at boot: ata_piix 0000:00:1f.2: version 2.00 ata_piix 0000:00:1f.2: MAP [ P0 P2 XX XX ] ata_piix 0000:00:1f.2: invalid MAP value 0 cheers, -- Pierre
--- 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 },