All of lore.kernel.org
 help / color / mirror / Atom feed
* 88SE9172 additional PCI ID: 1b4b:9172
@ 2013-05-27 23:31 George Spelvin
  2013-05-28  0:22 ` Tejun Heo
  0 siblings, 1 reply; 9+ messages in thread
From: George Spelvin @ 2013-05-27 23:31 UTC (permalink / raw)
  To: linux-ide, tj; +Cc: linux

On a Gigabyte X79-UP4 motherboard, which is documented as having
3x 88SE9172, lspci -nn gives me:

05:00.0 SATA controller [0106]: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller [1b4b:9172] (rev 11)
06:00.0 SATA controller [0106]: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller [1b4b:9172] (rev 11)
07:00.0 SATA controller [0106]: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller [1b4b:9172] (rev 11)
08:00.0 SATA controller [0106]: Marvell Technology Group Ltd. 88SE9123 PCIe SATA 6.0 Gb/s controller [1b4b:9123] (rev 11)

(The fourth is an expansion card I have pluggied into a PCIE x1 slot.)

drivers/ata/ahci.c lists:
	{ PCI_DEVICE(0x1b4b, 0x917a),
	  .driver_data = board_ahci_yes_fbs },	/* 88se9172 */
	{ PCI_DEVICE(0x1b4b, 0x9192),
	  .driver_data = board_ahci_yes_fbs },	/* 88se9172 on some Gigabyte */

Is that second one a typo, or do we need a third line for the 0x9172 PCI ID?
For now, I have added the third line and it's mostly working.

(If I enable VT-d and the IOMMU, the devices are recognized but not the
disks plugged into them, but I'm still working on figuring that out.)

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

end of thread, other threads:[~2013-05-30  6:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-27 23:31 88SE9172 additional PCI ID: 1b4b:9172 George Spelvin
2013-05-28  0:22 ` Tejun Heo
2013-05-28  7:12   ` George Spelvin
2013-05-28 22:31     ` Tejun Heo
2013-05-28 23:32       ` [PATCH] Use observed PCI ID for Marvell 88se9172 SATA controller George Spelvin
2013-05-29  1:22         ` [PATCH] ahci: add an " Tejun Heo
2013-05-29 12:36           ` George Spelvin
2013-05-30  6:52             ` Tejun Heo
2013-05-30  4:41     ` 88SE9172 additional PCI ID: 1b4b:9172 Robert Hancock

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.