svn commit: r297339 - stable/10/sys/dev/usb/controller

Alexander Motin mav at FreeBSD.org
Mon Mar 28 09:24:49 UTC 2016


Author: mav
Date: Mon Mar 28 09:24:47 2016
New Revision: 297339
URL: https://svnweb.freebsd.org/changeset/base/297339

Log:
  MFC r275137 (by adrian):  Add PCI ID for Intel Lynx Point LP controller.
  
  PR:		kern/195398

Modified:
  stable/10/sys/dev/usb/controller/ehci_pci.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/usb/controller/ehci_pci.c
==============================================================================
--- stable/10/sys/dev/usb/controller/ehci_pci.c	Mon Mar 28 09:18:18 2016	(r297338)
+++ stable/10/sys/dev/usb/controller/ehci_pci.c	Mon Mar 28 09:24:47 2016	(r297339)
@@ -168,6 +168,8 @@ 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 0x9c268086:
+		return ("Intel Lynx Point LP USB 2.0 controller USB");
 
 	case 0x00e01033:
 		return ("NEC uPD 720100 USB 2.0 controller");


More information about the svn-src-stable-10 mailing list