Add some device IDs for Intel Denverton SoCs.

This commit is contained in:
mav 2017-06-21 00:30:57 +00:00
parent ca54d3244c
commit 8631dd149b
2 changed files with 22 additions and 0 deletions

View File

@ -117,6 +117,26 @@ static const struct {
{0x3b298086, 0x00, "Intel 5 Series/3400 Series", 0},
{0x3b2c8086, 0x00, "Intel 5 Series/3400 Series", 0},
{0x3b2f8086, 0x00, "Intel 5 Series/3400 Series", 0},
{0x19b08086, 0x00, "Intel Denverton", 0},
{0x19b18086, 0x00, "Intel Denverton", 0},
{0x19b28086, 0x00, "Intel Denverton", 0},
{0x19b38086, 0x00, "Intel Denverton", 0},
{0x19b48086, 0x00, "Intel Denverton", 0},
{0x19b58086, 0x00, "Intel Denverton", 0},
{0x19b68086, 0x00, "Intel Denverton", 0},
{0x19b78086, 0x00, "Intel Denverton", 0},
{0x19be8086, 0x00, "Intel Denverton", 0},
{0x19bf8086, 0x00, "Intel Denverton", 0},
{0x19c08086, 0x00, "Intel Denverton", 0},
{0x19c18086, 0x00, "Intel Denverton", 0},
{0x19c28086, 0x00, "Intel Denverton", 0},
{0x19c38086, 0x00, "Intel Denverton", 0},
{0x19c48086, 0x00, "Intel Denverton", 0},
{0x19c58086, 0x00, "Intel Denverton", 0},
{0x19c68086, 0x00, "Intel Denverton", 0},
{0x19c78086, 0x00, "Intel Denverton", 0},
{0x19ce8086, 0x00, "Intel Denverton", 0},
{0x19cf8086, 0x00, "Intel Denverton", 0},
{0x1c028086, 0x00, "Intel Cougar Point", 0},
{0x1c038086, 0x00, "Intel Cougar Point", 0},
{0x1c048086, 0x00, "Intel Cougar Point", 0},

View File

@ -113,6 +113,8 @@ xhci_pci_match(device_t self)
case 0x0f358086:
return ("Intel BayTrail USB 3.0 controller");
case 0x19d08086:
return ("Intel Denverton USB 3.0 controller");
case 0x9c318086:
case 0x1e318086:
return ("Intel Panther Point USB 3.0 controller");