Add new PCI ID for XHCI(4).

Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
MFC after: 1 week
Sponsored by: Mellanox Technologies // NVIDIA Networking
This commit is contained in:
Hans Petter Selasky 2021-01-07 15:27:24 +01:00
parent 0199cbf641
commit c834f30a0c

View File

@ -130,6 +130,8 @@ xhci_pci_match(device_t self)
return ("Intel Panther Point USB 3.0 controller");
case 0x22b58086:
return ("Intel Braswell USB 3.0 controller");
case 0x31a88086:
return ("Intel Gemini Lake USB 3.0 controller");
case 0x5aa88086:
return ("Intel Apollo Lake USB 3.0 controller");
case 0x8c318086: