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

Andriy Gapon avg at FreeBSD.org
Tue Aug 23 07:06:47 UTC 2016


Author: avg
Date: Tue Aug 23 07:06:46 2016
New Revision: 304660
URL: https://svnweb.freebsd.org/changeset/base/304660

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

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	Tue Aug 23 07:03:17 2016	(r304659)
+++ stable/9/sys/dev/ahci/ahci.c	Tue Aug 23 07:06:46 2016	(r304660)
@@ -255,7 +255,7 @@ static const struct {
 	{0x9c0f8086, 0x00, "Intel Lynx Point-LP (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-all mailing list