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

Adrian Chadd adrian at FreeBSD.org
Wed Nov 26 20:34:06 UTC 2014


Author: adrian
Date: Wed Nov 26 20:34:05 2014
New Revision: 275137
URL: https://svnweb.freebsd.org/changeset/base/275137

Log:
  Add PCI ID for Intel Lynx Point LP controller.
  
  PR:		kern/195398
  Submitted by:	grembo
  Obtained from:	DragonflyBSD
  MFC after:	1 week

Modified:
  head/sys/dev/usb/controller/ehci_pci.c

Modified: head/sys/dev/usb/controller/ehci_pci.c
==============================================================================
--- head/sys/dev/usb/controller/ehci_pci.c	Wed Nov 26 20:19:36 2014	(r275136)
+++ head/sys/dev/usb/controller/ehci_pci.c	Wed Nov 26 20:34:05 2014	(r275137)
@@ -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-head mailing list