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

Alexander Motin mav at FreeBSD.org
Thu Sep 29 10:42:52 UTC 2011


Author: mav
Date: Thu Sep 29 10:42:51 2011
New Revision: 225874
URL: http://svn.freebsd.org/changeset/base/225874

Log:
  MFC r225789:
  Add one more ID for the Marvell 88SE9128 6Gbps SATA controller.

Modified:
  stable/8/sys/dev/ahci/ahci.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/dev/ahci/ahci.c
==============================================================================
--- stable/8/sys/dev/ahci/ahci.c	Thu Sep 29 10:37:59 2011	(r225873)
+++ stable/8/sys/dev/ahci/ahci.c	Thu Sep 29 10:42:51 2011	(r225874)
@@ -197,6 +197,7 @@ static struct {
 	{0x91231b4b, 0x11, "Marvell 88SE912x",	AHCI_Q_NOBSYRES|AHCI_Q_ALTSIG},
 	{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},
 	{0x91721b4b, 0x00, "Marvell 88SE9172",	AHCI_Q_NOBSYRES},
 	{0x91821b4b, 0x00, "Marvell 88SE9182",	AHCI_Q_NOBSYRES},
 	{0x06201103, 0x00, "HighPoint RocketRAID 620",	AHCI_Q_NOBSYRES},


More information about the svn-src-all mailing list