mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Describe Intel Apollo Lake and Braswell USB 3.0 controllers.
This commit is contained in:
parent
1b21b7fa89
commit
c5c43da884
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue