summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2016-02-10 08:03:10 +0000
committerhselasky <hselasky@FreeBSD.org>2016-02-10 08:03:10 +0000
commit517ee62210c3163f71681eb95e09542ec96a6b24 (patch)
tree0cd0c4944ddca1633cd033aed82f559a0bf9de98 /sys/dev
parentd74f32e11a6c60a2c609e341cb1f98df665d51d0 (diff)
downloadFreeBSD-src-517ee62210c3163f71681eb95e09542ec96a6b24.zip
FreeBSD-src-517ee62210c3163f71681eb95e09542ec96a6b24.tar.gz
Correct PCI device description.
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/controller/ehci_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c
index 9b862a5..3a6f725 100644
--- a/sys/dev/usb/controller/ehci_pci.c
+++ b/sys/dev/usb/controller/ehci_pci.c
@@ -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";
OpenPOWER on IntegriCloud