Date: Wed, 10 Feb 2016 08:03:10 +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: r295463 - head/sys/dev/usb/controller Message-ID: <201602100803.u1A83AC4059187@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hselasky Date: Wed Feb 10 08:03:10 2016 New Revision: 295463 URL: https://svnweb.freebsd.org/changeset/base/295463 Log: Correct PCI device description. 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 Wed Feb 10 07:16:22 2016 (r295462) +++ head/sys/dev/usb/controller/ehci_pci.c Wed Feb 10 08:03:10 2016 (r295463) @@ -172,7 +172,7 @@ ehci_pci_match(device_t self) return ("Intel Lynx Point LP USB 2.0 controller USB"); case 0x00e01033: - return ("NEC uPD 720100 USB 2.0 controller"); + return ("NEC uPD 72010x USB 2.0 controller"); case 0x006810de: return "NVIDIA nForce2 USB 2.0 controller";
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602100803.u1A83AC4059187>