* [PATCH] ata_piix.c ICH6M MAP typo. [not found] <826a2b270612271514k12e87daag3ec84fc5f0fd8d0a@mail.gmail.com> @ 2006-12-27 23:19 ` Pierre Tardy 2006-12-28 1:53 ` Tejun Heo 0 siblings, 1 reply; 2+ messages in thread From: Pierre Tardy @ 2006-12-27 23:19 UTC (permalink / raw) To: linux-ide [-- Attachment #1: Type: text/plain, Size: 225 bytes --] 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 [-- Attachment #2: ata_piix_map.patch --] [-- Type: text/x-patch, Size: 413 bytes --] --- 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 }, ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ata_piix.c ICH6M MAP typo. 2006-12-27 23:19 ` [PATCH] ata_piix.c ICH6M MAP typo Pierre Tardy @ 2006-12-28 1:53 ` Tejun Heo 0 siblings, 0 replies; 2+ messages in thread From: Tejun Heo @ 2006-12-28 1:53 UTC (permalink / raw) To: Pierre Tardy; +Cc: linux-ide Pierre Tardy wrote: > 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 Please post with proper patch description and Signed-off-by: line. Other than that, Acked-by: Tejun Heo <htejun@gmail.com> -- tejun ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-28 1:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <826a2b270612271514k12e87daag3ec84fc5f0fd8d0a@mail.gmail.com>
2006-12-27 23:19 ` [PATCH] ata_piix.c ICH6M MAP typo Pierre Tardy
2006-12-28 1:53 ` Tejun Heo
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).