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

Reply via email to