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

Alexander Motin mav at FreeBSD.org
Fri Jun 15 06:14:30 UTC 2012


Author: mav
Date: Fri Jun 15 06:14:29 2012
New Revision: 237114
URL: http://svn.freebsd.org/changeset/base/237114

Log:
  MFC r236737:
  Add IDs for Marvell 88SE9220/9230/9235 PCIe 2.0 x2 6Gbps SATA controllers.
  Marvell 88SE9230 was confirmed to work, the rest two are just guessed.

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

Modified: stable/8/sys/dev/ahci/ahci.c
==============================================================================
--- stable/8/sys/dev/ahci/ahci.c	Fri Jun 15 06:13:12 2012	(r237113)
+++ stable/8/sys/dev/ahci/ahci.c	Fri Jun 15 06:14:29 2012	(r237114)
@@ -201,6 +201,9 @@ static struct {
 	{0x91281b4b, 0x00, "Marvell 88SE9128",	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},
+	{0x92301b4b, 0x00, "Marvell 88SE9230",  AHCI_Q_NOBSYRES|AHCI_Q_ALTSIG},
+	{0x92351b4b, 0x00, "Marvell 88SE9235",  AHCI_Q_NOBSYRES},
 	{0x06201103, 0x00, "HighPoint RocketRAID 620",	AHCI_Q_NOBSYRES},
 	{0x06201b4b, 0x00, "HighPoint RocketRAID 620",	AHCI_Q_NOBSYRES},
 	{0x06221103, 0x00, "HighPoint RocketRAID 622",	AHCI_Q_NOBSYRES},


More information about the svn-src-all mailing list