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

Ed Maste emaste at FreeBSD.org
Wed Mar 4 02:17:38 UTC 2015


Author: emaste
Date: Wed Mar  4 02:17:36 2015
New Revision: 279573
URL: https://svnweb.freebsd.org/changeset/base/279573

Log:
  Update ThunderX SATA quirk
  
    Add quirk to ThunderX AHCI forcing only 1 MSI-X interrupt.
    Shorten Thunder quirk description to avoid printing 'SATA' twice.
  
  Obtained from:	Semihalf
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/sys/dev/ahci/ahci_pci.c
==============================================================================
--- head/sys/dev/ahci/ahci_pci.c	Wed Mar  4 01:10:09 2015	(r279572)
+++ head/sys/dev/ahci/ahci_pci.c	Wed Mar  4 02:17:36 2015	(r279573)
@@ -292,7 +292,7 @@ static const struct {
 	{0x11841039, 0x00, "SiS 966",		0},
 	{0x11851039, 0x00, "SiS 968",		0},
 	{0x01861039, 0x00, "SiS 968",		0},
-	{0xa01c177d, 0x00, "ThunderX SATA",	AHCI_Q_ABAR0},
+	{0xa01c177d, 0x00, "ThunderX",		AHCI_Q_ABAR0|AHCI_Q_1MSI},
 	{0x00000000, 0x00, NULL,		0}
 };
 


More information about the svn-src-all mailing list