svn commit: r220413 - head/sys/dev/ahci

Alexander Motin mav at FreeBSD.org
Thu Apr 7 08:28:53 UTC 2011


Author: mav
Date: Thu Apr  7 08:28:53 2011
New Revision: 220413
URL: http://svn.freebsd.org/changeset/base/220413

Log:
  Add one more ID for Marvell 88SE912x chip found on Asus U3S6 card.
  
  Submitted by:	Jonas Jonsson <fatbrain at gmail.com>

Modified:
  head/sys/dev/ahci/ahci.c

Modified: head/sys/dev/ahci/ahci.c
==============================================================================
--- head/sys/dev/ahci/ahci.c	Thu Apr  7 08:17:53 2011	(r220412)
+++ head/sys/dev/ahci/ahci.c	Thu Apr  7 08:28:53 2011	(r220413)
@@ -179,6 +179,7 @@ static struct {
 	    AHCI_Q_EDGEIS | AHCI_Q_NONCQ | AHCI_Q_NOCOUNT},
 	{0x614511ab, 0x00, "Marvell 88SX6145",	AHCI_Q_NOFORCE | AHCI_Q_4CH |
 	    AHCI_Q_EDGEIS | AHCI_Q_NONCQ | AHCI_Q_NOCOUNT},
+	{0x91201b4b, 0x00, "Marvell 88SE912x",	AHCI_Q_EDGEIS|AHCI_Q_NOBSYRES},
 	{0x91231b4b, 0x11, "Marvell 88SE912x",	AHCI_Q_NOBSYRES},
 	{0x91231b4b, 0x00, "Marvell 88SE912x",	AHCI_Q_EDGEIS|AHCI_Q_SATA2|AHCI_Q_NOBSYRES},
 	{0x06201103, 0x00, "HighPoint RocketRAID 620",	AHCI_Q_NOBSYRES},


More information about the svn-src-head mailing list