Date: Wed, 4 Mar 2015 02:17:37 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r279573 - head/sys/dev/ahci Message-ID: <201503040217.t242Hbgv044391@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503040217.t242Hbgv044391>