Author: hselasky
Date: Sun Nov  3 21:33:42 2013
New Revision: 257594
URL: http://svnweb.freebsd.org/changeset/base/257594

Log:
  Add description of two EHCI PCI IDs.
  
  Submitted by: Dmitry Luhtionov <dmitryluhtio...@gmail.com>

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      Sun Nov  3 21:12:01 2013        
(r257593)
+++ head/sys/dev/usb/controller/ehci_pci.c      Sun Nov  3 21:33:42 2013        
(r257594)
@@ -152,6 +152,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-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to