svn commit: r295463 - head/sys/dev/usb/controller
Hans Petter Selasky
hselasky at FreeBSD.org
Wed Feb 10 08:03:12 UTC 2016
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 at 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";
More information about the svn-src-all
mailing list