svn commit: r247100 - stable/8/sys/dev/ahci

Alexander Motin mav at FreeBSD.org
Thu Feb 21 15:26:27 UTC 2013


Author: mav
Date: Thu Feb 21 15:26:26 2013
New Revision: 247100
URL: http://svnweb.freebsd.org/changeset/base/247100

Log:
  MFC r236242:
  Add quirk for Marvell based AHCI controller.

Modified:
  stable/8/sys/dev/ahci/ahci.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/dev/   (props changed)
  stable/8/sys/dev/ahci/   (props changed)

Modified: stable/8/sys/dev/ahci/ahci.c
==============================================================================
--- stable/8/sys/dev/ahci/ahci.c	Thu Feb 21 15:22:54 2013	(r247099)
+++ stable/8/sys/dev/ahci/ahci.c	Thu Feb 21 15:26:26 2013	(r247100)
@@ -215,6 +215,7 @@ static struct {
 	{0x91231b4b, 0x00, "Marvell 88SE912x",	AHCI_Q_EDGEIS|AHCI_Q_SATA2|AHCI_Q_NOBSYRES},
 	{0x91251b4b, 0x00, "Marvell 88SE9125",	AHCI_Q_NOBSYRES},
 	{0x91281b4b, 0x00, "Marvell 88SE9128",	AHCI_Q_NOBSYRES|AHCI_Q_ALTSIG},
+	{0x91301b4b, 0x00, "Marvell 88SE9130",  AHCI_Q_NOBSYRES|AHCI_Q_ALTSIG},
 	{0x91721b4b, 0x00, "Marvell 88SE9172",	AHCI_Q_NOBSYRES},
 	{0x91821b4b, 0x00, "Marvell 88SE9182",	AHCI_Q_NOBSYRES},
 	{0x92201b4b, 0x00, "Marvell 88SE9220",  AHCI_Q_NOBSYRES|AHCI_Q_ALTSIG},


More information about the svn-src-stable mailing list