Add AHCI/XHCI device IDs found on AMD 1950X+X399 system

A follow-up to r327094.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Conrad Meyer 2017-12-29 22:24:41 +00:00
parent d8a0fe102c
commit 66ad253880
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327364
2 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,7 @@ static const struct {
AHCI_Q_ATI_PMP_BUG | AHCI_Q_1MSI},
/* Not sure SB8x0/SB9x0 needs this quirk. Be conservative though */
{0x43951002, 0x00, "AMD SB8x0/SB9x0", AHCI_Q_ATI_PMP_BUG},
{0x43b61022, 0x00, "AMD X399", 0},
{0x43b71022, 0x00, "AMD 300 Series", 0},
{0x78001022, 0x00, "AMD Hudson-2", 0},
{0x78011022, 0x00, "AMD Hudson-2", 0},

View File

@ -99,6 +99,8 @@ xhci_pci_match(device_t self)
switch (device_id) {
case 0x145c1022:
return ("AMD KERNCZ USB 3.0 controller");
case 0x43ba1022:
return ("AMD X399 USB 3.0 controller");
case 0x43bb1022:
return ("AMD 300 Series USB 3.0 controller");
case 0x78141022: