Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Nov 2014 20:34:05 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r275137 - head/sys/dev/usb/controller
Message-ID:  <201411262034.sAQKY5bb052179@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411262034.sAQKY5bb052179>