summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2016-03-28 09:26:44 +0000
committermav <mav@FreeBSD.org>2016-03-28 09:26:44 +0000
commita2301ca6a5a56e983af9ca15b1df599927568b4c (patch)
treea95acfa8c6927f51ef0157013f73badac2bc16b6
parentdac72dea29f7c88cc07447988ee8309aaf6f9b98 (diff)
downloadFreeBSD-src-a2301ca6a5a56e983af9ca15b1df599927568b4c.zip
FreeBSD-src-a2301ca6a5a56e983af9ca15b1df599927568b4c.tar.gz
MFC r297049: Add IDs for Intel Wellsburg USB controllers.
-rw-r--r--sys/dev/usb/controller/ehci_pci.c4
-rw-r--r--sys/dev/usb/controller/xhci_pci.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c
index eacaa47..1fab1d3 100644
--- a/sys/dev/usb/controller/ehci_pci.c
+++ b/sys/dev/usb/controller/ehci_pci.c
@@ -168,6 +168,10 @@ ehci_pci_match(device_t self)
return ("Intel Wildcat Point USB 2.0 controller USB-A");
case 0x8cad8086:
return ("Intel Wildcat Point USB 2.0 controller USB-B");
+ case 0x8d268086:
+ return ("Intel Wellsburg USB 2.0 controller");
+ case 0x8d2d8086:
+ return ("Intel Wellsburg USB 2.0 controller");
case 0x9c268086:
return ("Intel Lynx Point LP USB 2.0 controller USB");
diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c
index e85ac6e..48dee2c 100644
--- a/sys/dev/usb/controller/xhci_pci.c
+++ b/sys/dev/usb/controller/xhci_pci.c
@@ -115,6 +115,8 @@ xhci_pci_match(device_t self)
return ("Intel Lynx Point USB 3.0 controller");
case 0x8cb18086:
return ("Intel Wildcat Point USB 3.0 controller");
+ case 0x8d318086:
+ return ("Intel Wellsburg USB 3.0 controller");
case 0x9cb18086:
return ("Broadwell Integrated PCH-LP chipset USB 3.0 controller");
OpenPOWER on IntegriCloud