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");
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to