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

Hans Petter Selasky hselasky at FreeBSD.org
Tue Aug 12 12:22:39 UTC 2014


Author: hselasky
Date: Tue Aug 12 12:22:39 2014
New Revision: 269864
URL: http://svnweb.freebsd.org/changeset/base/269864

Log:
  MFC r257594:
  Add description of two EHCI PCI IDs.

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	Tue Aug 12 12:18:43 2014	(r269863)
+++ stable/10/sys/dev/usb/controller/ehci_pci.c	Tue Aug 12 12:22:39 2014	(r269864)
@@ -154,6 +154,10 @@ ehci_pci_match(device_t self)
 		return ("Intel PCH USB 2.0 controller USB-A");
 	case 0x3b3c8086:
 		return ("Intel PCH USB 2.0 controller USB-B");
+	case 0x8c268086:
+		return ("Intel Lynx Point USB 2.0 controller USB-A");
+	case 0x8c2d8086:
+		return ("Intel Lynx Point USB 2.0 controller USB-B");
 
 	case 0x00e01033:
 		return ("NEC uPD 720100 USB 2.0 controller");


More information about the svn-src-all mailing list