From c5c43da884adf31666958d2fcc32dd7480b130cb Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Sun, 14 May 2017 14:27:59 +0000 Subject: [PATCH] Describe Intel Apollo Lake and Braswell USB 3.0 controllers. --- sys/dev/usb/controller/xhci_pci.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c index 643807e07e5..d615f55fdfe 100644 --- a/sys/dev/usb/controller/xhci_pci.c +++ b/sys/dev/usb/controller/xhci_pci.c @@ -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: