summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2013-08-17 06:29:45 +0000
committerhselasky <hselasky@FreeBSD.org>2013-08-17 06:29:45 +0000
commitdd6c5189ed6b1e94e5edbff92a0e4e022633a738 (patch)
tree1df7b00fb56ed891febdf7bb36e66858effda45d
parent323981dede6437b897d899459eaa7e03e2cb0b0b (diff)
downloadFreeBSD-src-dd6c5189ed6b1e94e5edbff92a0e4e022633a738.zip
FreeBSD-src-dd6c5189ed6b1e94e5edbff92a0e4e022633a738.tar.gz
Fix some USB controller names according to pciconf output.
MFC after: 1 week Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
-rw-r--r--sys/dev/usb/controller/ehci_pci.c2
-rw-r--r--sys/dev/usb/controller/ohci_pci.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c
index e2fdd54..6914f50 100644
--- a/sys/dev/usb/controller/ehci_pci.c
+++ b/sys/dev/usb/controller/ehci_pci.c
@@ -165,7 +165,7 @@ ehci_pci_match(device_t self)
case 0x00e810de:
return "NVIDIA nForce3 250 USB 2.0 controller";
case 0x005b10de:
- return "NVIDIA nForce4 USB 2.0 controller";
+ return "NVIDIA nForce CK804 USB 2.0 controller";
case 0x036d10de:
return "NVIDIA nForce MCP55 USB 2.0 controller";
case 0x03f210de:
diff --git a/sys/dev/usb/controller/ohci_pci.c b/sys/dev/usb/controller/ohci_pci.c
index 7b6589a..36ca677 100644
--- a/sys/dev/usb/controller/ohci_pci.c
+++ b/sys/dev/usb/controller/ohci_pci.c
@@ -154,6 +154,8 @@ ohci_pci_match(device_t self)
case 0x00d710de:
return ("nVidia nForce3 USB Controller");
+ case 0x005a10de:
+ return ("nVidia nForce CK804 USB Controller");
case 0x036c10de:
return ("nVidia nForce MCP55 USB Controller");
case 0x03f110de:
OpenPOWER on IntegriCloud