From: Tejun Heo Date: Mon, 6 Aug 2007 17:43:27 +0000 (+0900) Subject: ata_piix: update map 10b for ich8m X-Git-Tag: v2.6.22.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52b16c060ae033b8825bd66d24a9d9419a6f56be;p=thirdparty%2Fkernel%2Fstable.git ata_piix: update map 10b for ich8m Fix map entry 10b for ich8. It's [P0 P2 IDE IDE] like ich6 / ich6m. Signed-off-by: Tejun Heo Acked-by: Kristen Carlson Accardi Cc: Jeff Garzik Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index 48477557f1ed0..5a148bd7c7275 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c @@ -428,7 +428,7 @@ static const struct piix_map_db ich8_map_db = { /* PM PS SM SS MAP */ { P0, P2, P1, P3 }, /* 00b (hardwired when in AHCI) */ { RV, RV, RV, RV }, - { IDE, IDE, NA, NA }, /* 10b (IDE mode) */ + { P0, P2, IDE, IDE }, /* 10b (IDE mode) */ { RV, RV, RV, RV }, }, };