summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-03-04 02:17:36 +0000
committeremaste <emaste@FreeBSD.org>2015-03-04 02:17:36 +0000
commit6b2282f75b8e8636e574aabfeac59678bfc8a1a7 (patch)
treeb6fdb477bc8c50c3fdec3f35e91a2f663586243e
parent8510597f0840c9a642dfa880971c26c64a129d40 (diff)
downloadFreeBSD-src-6b2282f75b8e8636e574aabfeac59678bfc8a1a7.zip
FreeBSD-src-6b2282f75b8e8636e574aabfeac59678bfc8a1a7.tar.gz
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
-rw-r--r--sys/dev/ahci/ahci_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ahci/ahci_pci.c b/sys/dev/ahci/ahci_pci.c
index acde18d..fdca5cd 100644
--- a/sys/dev/ahci/ahci_pci.c
+++ b/sys/dev/ahci/ahci_pci.c
@@ -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}
};
OpenPOWER on IntegriCloud