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

Alexander Motin mav at FreeBSD.org
Sat May 11 08:10:46 UTC 2013


Author: mav
Date: Sat May 11 08:10:46 2013
New Revision: 250499
URL: http://svnweb.freebsd.org/changeset/base/250499

Log:
  MFC r250185:
  Add IDs for HighPoint RocketRAID 640L/642L/644L -- new series of 4-port
  6Gbps PCIe 2.0 x2 SATA controllers, based on Marvell 88SE9235 chips.

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 May 11 05:10:31 2013	(r250498)
+++ stable/9/sys/dev/ahci/ahci.c	Sat May 11 08:10:46 2013	(r250499)
@@ -229,6 +229,9 @@ static struct {
 	{0x06401b4b, 0x00, "HighPoint RocketRAID 640",	AHCI_Q_NOBSYRES},
 	{0x06441103, 0x00, "HighPoint RocketRAID 644",	AHCI_Q_NOBSYRES},
 	{0x06441b4b, 0x00, "HighPoint RocketRAID 644",	AHCI_Q_NOBSYRES},
+	{0x06411103, 0x00, "HighPoint RocketRAID 640L",	AHCI_Q_NOBSYRES},
+	{0x06421103, 0x00, "HighPoint RocketRAID 642L",	AHCI_Q_NOBSYRES},
+	{0x06451103, 0x00, "HighPoint RocketRAID 644L",	AHCI_Q_NOBSYRES},
 	{0x044c10de, 0x00, "NVIDIA MCP65",	AHCI_Q_NOAA},
 	{0x044d10de, 0x00, "NVIDIA MCP65",	AHCI_Q_NOAA},
 	{0x044e10de, 0x00, "NVIDIA MCP65",	AHCI_Q_NOAA},


More information about the svn-src-all mailing list