Describe Intel Apollo Lake and Braswell USB 3.0 controllers.

This commit is contained in:
Marius Strobl 2017-05-14 14:27:59 +00:00
parent 1b21b7fa89
commit c5c43da884

View file

@ -116,6 +116,10 @@ xhci_pci_match(device_t self)
case 0x9c318086:
case 0x1e318086:
return ("Intel Panther Point USB 3.0 controller");
case 0x22b58086:
return ("Intel Braswell USB 3.0 controller");
case 0x5aa88086:
return ("Intel Apollo Lake USB 3.0 controller");
case 0x8c318086:
return ("Intel Lynx Point USB 3.0 controller");
case 0x8cb18086: