svn commit: r314345 - head/sys/dev/usb/controller

Bruce M Simpson bms at FreeBSD.org
Mon Feb 27 17:04:37 UTC 2017


Author: bms
Date: Mon Feb 27 17:04:35 2017
New Revision: 314345
URL: https://svnweb.freebsd.org/changeset/base/314345

Log:
  Add ID for NEC uPD720202 xHCI controller.
  
  MFC after:	1 month

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	Mon Feb 27 16:55:09 2017	(r314344)
+++ head/sys/dev/usb/controller/xhci_pci.c	Mon Feb 27 17:04:35 2017	(r314345)
@@ -100,6 +100,8 @@ xhci_pci_match(device_t self)
 
 	case 0x01941033:
 		return ("NEC uPD720200 USB 3.0 controller");
+	case 0x00151912:
+		return ("NEC uPD720202 USB 3.0 controller");
 
 	case 0x10001b73:
 		return ("Fresco Logic FL1000G USB 3.0 controller");


More information about the svn-src-all mailing list