svn commit: r318276 - head/sys/dev/usb/controller
Marius Strobl
marius at FreeBSD.org
Sun May 14 14:28:01 UTC 2017
Author: marius
Date: Sun May 14 14:27:59 2017
New Revision: 318276
URL: https://svnweb.freebsd.org/changeset/base/318276
Log:
Describe Intel Apollo Lake and Braswell USB 3.0 controllers.
Modified:
head/sys/dev/usb/controller/xhci_pci.c
Modified: head/sys/dev/usb/controller/xhci_pci.c
==============================================================================
--- head/sys/dev/usb/controller/xhci_pci.c Sun May 14 14:21:11 2017 (r318275)
+++ head/sys/dev/usb/controller/xhci_pci.c Sun May 14 14:27:59 2017 (r318276)
@@ -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:
More information about the svn-src-head
mailing list