svn commit: r297340 - stable/10/sys/dev/usb/controller

Alexander Motin mav at FreeBSD.org
Mon Mar 28 09:26:02 UTC 2016


Author: mav
Date: Mon Mar 28 09:26:00 2016
New Revision: 297340
URL: https://svnweb.freebsd.org/changeset/base/297340

Log:
  MFC r295463 (by hselasky): Correct PCI device description.

Modified:
  stable/10/sys/dev/usb/controller/ehci_pci.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/usb/controller/ehci_pci.c
==============================================================================
--- stable/10/sys/dev/usb/controller/ehci_pci.c	Mon Mar 28 09:24:47 2016	(r297339)
+++ stable/10/sys/dev/usb/controller/ehci_pci.c	Mon Mar 28 09:26:00 2016	(r297340)
@@ -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