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

Alexander Motin mav at FreeBSD.org
Wed Sep 10 19:53:32 UTC 2014


Author: mav
Date: Wed Sep 10 19:53:31 2014
New Revision: 271403
URL: http://svnweb.freebsd.org/changeset/base/271403

Log:
  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>
  MFC after:	1 week

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

Modified: head/sys/dev/ahci/ahci_pci.c
==============================================================================
--- head/sys/dev/ahci/ahci_pci.c	Wed Sep 10 19:22:14 2014	(r271402)
+++ head/sys/dev/ahci/ahci_pci.c	Wed Sep 10 19:53:31 2014	(r271403)
@@ -273,6 +273,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-all mailing list