- libata-use-correct-map_db-values-for-ich8.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     libata: use correct map_db values for ICH8
has been removed from the -mm tree.  Its filename was
     libata-use-correct-map_db-values-for-ich8.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: libata: use correct map_db values for ICH8
From: Kristen Carlson Accardi <kristen.c.accardi@xxxxxxxxx>

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@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/ata/ata_piix.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN drivers/ata/ata_piix.c~libata-use-correct-map_db-values-for-ich8 drivers/ata/ata_piix.c
--- a/drivers/ata/ata_piix.c~libata-use-correct-map_db-values-for-ich8
+++ a/drivers/ata/ata_piix.c
@@ -427,9 +427,9 @@ static const struct piix_map_db ich8_map
 	.port_enable = 0x3,
 	.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 },
 	},
 };
_

Patches currently in -mm which might be from kristen.c.accardi@xxxxxxxxx are

revert-pci-quirk-for-ibm-dock-ii-cardbus-controllers.patch
git-acpi.patch
git-libata-all.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux