summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/ehci_pci.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2009-07-30 00:12:47 +0000
committeralfred <alfred@FreeBSD.org>2009-07-30 00:12:47 +0000
commit2d98a74a82e33fdb4403f1be9e566096661070fd (patch)
treeccae8d415b27b7c7397ea8e57666c1a0577bb539 /sys/dev/usb/controller/ehci_pci.c
parent6c89a5f102e50c4c64fe2243108d70c38997ccec (diff)
downloadFreeBSD-src-2d98a74a82e33fdb4403f1be9e566096661070fd.zip
FreeBSD-src-2d98a74a82e33fdb4403f1be9e566096661070fd.tar.gz
USB controller:
- patch from Alexander Motin <mav@freebsd.org> - add more ID's - P4 ID: 165805 Submitted by: hps Approved by: re
Diffstat (limited to 'sys/dev/usb/controller/ehci_pci.c')
-rw-r--r--sys/dev/usb/controller/ehci_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c
index 76f4247..7f8c0a0 100644
--- a/sys/dev/usb/controller/ehci_pci.c
+++ b/sys/dev/usb/controller/ehci_pci.c
@@ -206,6 +206,8 @@ ehci_pci_match(device_t self)
return "NVIDIA nForce3 250 USB 2.0 controller";
case 0x005b10de:
return "NVIDIA nForce4 USB 2.0 controller";
+ case 0x03f210de:
+ return "NVIDIA nForce MCP61 USB 2.0 controller";
case 0x15621131:
return "Philips ISP156x USB 2.0 controller";
OpenPOWER on IntegriCloud