svn commit: r271709 - stable/10/sys/dev/ahci

Alexander Motin mav at FreeBSD.org
Wed Sep 17 14:17:40 UTC 2014


Author: mav
Date: Wed Sep 17 14:17:39 2014
New Revision: 271709
URL: http://svnweb.freebsd.org/changeset/base/271709

Log:
  MFC r271403: Add PCI ID for Promise TX8660 8-port 3Gbps HBA.
  
  This device reports RAID subclass, but appears to be AHCI compatible.
  
  Submitted by:	Yuri Perejilin <yuri at rivera.ru>
  Approved by:	re (gjb)

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

Modified: stable/10/sys/dev/ahci/ahci.c
==============================================================================
--- stable/10/sys/dev/ahci/ahci.c	Wed Sep 17 14:07:40 2014	(r271708)
+++ stable/10/sys/dev/ahci/ahci.c	Wed Sep 17 14:17:39 2014	(r271709)
@@ -351,6 +351,7 @@ static struct {
 	{0x0d8d10de, 0x00, "NVIDIA MCP89",	AHCI_Q_NOAA},
 	{0x0d8e10de, 0x00, "NVIDIA MCP89",	AHCI_Q_NOAA},
 	{0x0d8f10de, 0x00, "NVIDIA MCP89",	AHCI_Q_NOAA},
+	{0x3781105a, 0x00, "Promise TX8660",	0},
 	{0x33491106, 0x00, "VIA VT8251",	AHCI_Q_NOPMP|AHCI_Q_NONCQ},
 	{0x62871106, 0x00, "VIA VT8251",	AHCI_Q_NOPMP|AHCI_Q_NONCQ},
 	{0x11841039, 0x00, "SiS 966",		0},


More information about the svn-src-stable-10 mailing list