Author: hselasky
Date: Thu Mar 28 09:00:56 2019
New Revision: 345633
URL: https://svnweb.freebsd.org/changeset/base/345633

Log:
  Add new USB PCI ID.
  
  Submitted by:         Dmitry Luhtionov <dmitryluhtio...@gmail.com>
  MFC after:            1 week
  Sponsored by:         Mellanox Technologies

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      Thu Mar 28 08:59:11 2019        
(r345632)
+++ head/sys/dev/usb/controller/xhci_pci.c      Thu Mar 28 09:00:56 2019        
(r345633)
@@ -149,6 +149,8 @@ xhci_pci_match(device_t self)
                return ("Intel Lewisburg USB 3.0 controller");
        case 0xa2af8086:
                return ("Intel Union Point USB 3.0 controller");
+       case 0x36d88086:
+               return ("Intel Cannon Lake USB 3.1 controller");
 
        case 0xa01b177d:
                return ("Cavium ThunderX USB 3.0 controller");
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to