svn commit: r258217 - stable/9/sys/dev/ahci

Alexander Motin mav at FreeBSD.org
Sat Nov 16 10:44:18 UTC 2013


Author: mav
Date: Sat Nov 16 10:44:17 2013
New Revision: 258217
URL: http://svnweb.freebsd.org/changeset/base/258217

Log:
  MFC r254987 (by gavin):
  Support the PCI-Express SSD in the new MacBook Air (model A1465)

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

Modified: stable/9/sys/dev/ahci/ahci.c
==============================================================================
--- stable/9/sys/dev/ahci/ahci.c	Sat Nov 16 10:43:02 2013	(r258216)
+++ stable/9/sys/dev/ahci/ahci.c	Sat Nov 16 10:44:17 2013	(r258217)
@@ -235,6 +235,7 @@ static struct {
 	{0x91301b4b, 0x00, "Marvell 88SE9130",  AHCI_Q_NOBSYRES|AHCI_Q_ALTSIG},
 	{0x91721b4b, 0x00, "Marvell 88SE9172",	AHCI_Q_NOBSYRES},
 	{0x91821b4b, 0x00, "Marvell 88SE9182",	AHCI_Q_NOBSYRES},
+	{0x91831b4b, 0x00, "Marvell 88SS9183",	AHCI_Q_NOBSYRES},
 	{0x91a01b4b, 0x00, "Marvell 88SE91Ax",	AHCI_Q_NOBSYRES},
 	{0x92151b4b, 0x00, "Marvell 88SE9215",  AHCI_Q_NOBSYRES},
 	{0x92201b4b, 0x00, "Marvell 88SE9220",  AHCI_Q_NOBSYRES|AHCI_Q_ALTSIG},


More information about the svn-src-all mailing list