linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] libata: use correct map_db values for ICH8
@ 2006-10-19 20:27 Kristen Carlson Accardi
  2006-10-20  9:06 ` Tejun Heo
  0 siblings, 1 reply; 4+ messages in thread
From: Kristen Carlson Accardi @ 2006-10-19 20:27 UTC (permalink / raw)
  To: linux-ide; +Cc: linux-kernel, jeff


Use valid values for ICH8 map_db.  With the old values, when the 
controller was in Native mode, and SCC was 1 (drives configured for
IDE), any drive plugged into a slave port was not recognized.  For
Combined Mode (and SCC is still 1), 2 is a value value for MAP.map_value,
and needs to be recognized.

Signed-off-by:  Kristen Carlson Accardi <kristen.c.accardi@intel.com>
---
 drivers/ata/ata_piix.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- 2.6-git.orig/drivers/ata/ata_piix.c
+++ 2.6-git/drivers/ata/ata_piix.c
@@ -432,9 +432,9 @@ static const struct piix_map_db ich8_map
 	.present_shift = 8,
 	.map = {
 		/* PM   PS   SM   SS       MAP */
-		{  P0,  NA,  P1,  NA }, /* 00b (hardwired) */
+		{  P0,  P2,  P1,  P3 }, /* 00b (hardwired when in AHCI) */
 		{  RV,  RV,  RV,  RV },
-		{  RV,  RV,  RV,  RV }, /* 10b (never) */
+		{  IDE,  IDE,  NA,  NA }, /* 10b (IDE mode) */
 		{  RV,  RV,  RV,  RV },
 	},
 };

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-10-20 16:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-19 20:27 [patch] libata: use correct map_db values for ICH8 Kristen Carlson Accardi
2006-10-20  9:06 ` Tejun Heo
2006-10-20 16:26   ` Kristen Carlson Accardi
2006-10-20 16:35     ` 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).