Date: Sun, 3 Nov 2013 21:33:42 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257594 - head/sys/dev/usb/controller Message-ID: <201311032133.rA3LXgIQ054404@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <dmitryluhtionov@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");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311032133.rA3LXgIQ054404>