linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Support SB700 SATA controller PMP
@ 2008-06-05  9:58 Shane Huang
  2008-06-09  5:11 ` Tejun Heo
  0 siblings, 1 reply; 3+ messages in thread
From: Shane Huang @ 2008-06-05  9:58 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-ide, htejun, shane.huang

This patch supports SB700 SATA PMP, this patch depends on
the SB600 SATA PMP patch sent two days ago.

Signed-off-by: Shane Huang <shane.huang@amd.com>

diff -ruN a/drivers/ata/ahci.c b/drivers/ata/ahci.c
--- a/drivers/ata/ahci.c	2008-06-03 15:36:56.000000000 +0800
+++ b/drivers/ata/ahci.c	2008-06-03 15:37:11.000000000 +0800
@@ -385,12 +385,11 @@
 	},
 	/* board_ahci_sb700 */
 	{
-		AHCI_HFLAGS	(AHCI_HFLAG_IGN_SERR_INTERNAL |
-				 AHCI_HFLAG_NO_PMP),
+		AHCI_HFLAGS	(AHCI_HFLAG_IGN_SERR_INTERNAL),
 		.flags		= AHCI_FLAG_COMMON,
 		.pio_mask	= 0x1f, /* pio0-4 */
 		.udma_mask	= ATA_UDMA6,
-		.port_ops	= &ahci_ops,
+		.port_ops	= &ahci_sb600_ops,
 	},
 };
 



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

end of thread, other threads:[~2008-06-10  8:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-05  9:58 [PATCH] Support SB700 SATA controller PMP Shane Huang
2008-06-09  5:11 ` Tejun Heo
2008-06-10  8:30   ` Huang, Shane

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).