mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
8935f24251
commit
4e56f96440
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue