All of lore.kernel.org
 help / color / mirror / Atom feed
* SATA link issue with Marvell 9170
@ 2014-04-01 21:17 Biji John
  2014-04-02 17:16 ` tj
  2014-04-03  5:10 ` Robert Hancock
  0 siblings, 2 replies; 4+ messages in thread
From: Biji John @ 2014-04-01 21:17 UTC (permalink / raw)
  To: tj@kernel.org; +Cc: linux-ide@vger.kernel.org

Tejun,

I'm running into an intermittent issue while trying to run one of our boards. It has the Marvell 9170 SATA controller connected to one of our PCIe buses. On the other side is an MSATA device. I'm running kernel 3.4.76. Intermittently, the link will not come up, it looks like the driver tries to bring the link up at 3Gbps, and then eventually fails, and the kernel will hang waiting for the root device. From doing a Google search, I noticed that this version of the ahci driver does not have the entries for 9170 (and 9178) in ahci_pci_tbl. Is this expected behavior? After adding the following patch, I'm seeing improvement, and am wondering how the patch might be helping in this regard.

        { PCI_DEVICE(0x1b4b, 0x9170),
          .driver_data = board_ahci_yes_fbs },                  /* 88se9170 */

Thanks in advance for your help.

-Biji



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

end of thread, other threads:[~2014-04-03  5:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-01 21:17 SATA link issue with Marvell 9170 Biji John
2014-04-02 17:16 ` tj
2014-04-03  5:10 ` Robert Hancock
2014-04-03  5:48   ` Biji John

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.