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

Andriy Gapon avg at FreeBSD.org
Tue Aug 23 07:03:18 UTC 2016


Author: avg
Date: Tue Aug 23 07:03:17 2016
New Revision: 304659
URL: https://svnweb.freebsd.org/changeset/base/304659

Log:
  MFC r304521: JMicron JMB361 has only a single SATA port

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

Modified: stable/10/sys/dev/ahci/ahci_pci.c
==============================================================================
--- stable/10/sys/dev/ahci/ahci_pci.c	Tue Aug 23 07:02:50 2016	(r304658)
+++ stable/10/sys/dev/ahci/ahci_pci.c	Tue Aug 23 07:03:17 2016	(r304659)
@@ -187,7 +187,7 @@ static const struct {
 	{0xa10f8086, 0x00, "Intel Sunrise Point (RAID)",	0},
 	{0x23238086, 0x00, "Intel DH89xxCC",	0},
 	{0x2360197b, 0x00, "JMicron JMB360",	0},
-	{0x2361197b, 0x00, "JMicron JMB361",	AHCI_Q_NOFORCE},
+	{0x2361197b, 0x00, "JMicron JMB361",	AHCI_Q_NOFORCE | AHCI_Q_1CH},
 	{0x2362197b, 0x00, "JMicron JMB362",	0},
 	{0x2363197b, 0x00, "JMicron JMB363",	AHCI_Q_NOFORCE},
 	{0x2365197b, 0x00, "JMicron JMB365",	AHCI_Q_NOFORCE},


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