* [patch 04/12] ata_piix: update map 10b for ich8m
[not found] ` <20070814072813.GA15025@kroah.com>
@ 2007-08-14 7:29 ` Greg KH
0 siblings, 0 replies; only message in thread
From: Greg KH @ 2007-08-14 7:29 UTC (permalink / raw)
To: linux-kernel, stable, Jeff Garzik, linux-ide, kristen.c.accardi
Cc: Justin Forbes, Zwane Mwaikambo, Theodore Ts'o, Randy Dunlap,
Dave Jones, Chuck Wolber, Chris Wedgwood, Michael Krufky,
Chuck Ebbert, Domenico Andreoli, torvalds, akpm, alan, Tejun Heo
[-- Attachment #1: ata_piix-update-map-10b-for-ich8m.patch --]
[-- Type: text/plain, Size: 863 bytes --]
-stable review patch. If anyone has any objections, please let us know.
------------------
From: Tejun Heo <htejun@gmail.com>
Fix map entry 10b for ich8. It's [P0 P2 IDE IDE] like ich6 / ich6m.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Acked-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/ata/ata_piix.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -428,7 +428,7 @@ static const struct piix_map_db ich8_map
/* 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 },
},
};
--
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-14 7:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20070814072244.882283903@mini.kroah.org>
[not found] ` <20070814072813.GA15025@kroah.com>
2007-08-14 7:29 ` [patch 04/12] ata_piix: update map 10b for ich8m Greg KH
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).