Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2009 01:59:17 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r200823 - head/sys/dev/usb/controller
Message-ID:  <200912220159.nBM1xH3l047202@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thompsa
Date: Tue Dec 22 01:59:17 2009
New Revision: 200823
URL: http://svn.freebsd.org/changeset/base/200823

Log:
  Add more OHCI pci ids.
  
  Submitted by:	Hans Petter Selasky

Modified:
  head/sys/dev/usb/controller/ohci_pci.c

Modified: head/sys/dev/usb/controller/ohci_pci.c
==============================================================================
--- head/sys/dev/usb/controller/ohci_pci.c	Tue Dec 22 01:57:34 2009	(r200822)
+++ head/sys/dev/usb/controller/ohci_pci.c	Tue Dec 22 01:59:17 2009	(r200823)
@@ -175,6 +175,12 @@ ohci_pci_match(device_t self)
 
 	case 0x03f110de:
 		return ("nVidia nForce MCP61 USB Controller");
+	case 0x0aa510de:
+		return ("nVidia nForce MCP79 USB Controller");
+	case 0x0aa710de:
+		return ("nVidia nForce MCP79 USB Controller");
+	case 0x0aa810de:
+		return ("nVidia nForce MCP79 USB Controller");
 
 	case 0x70011039:
 		return ("SiS 5571 USB controller");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912220159.nBM1xH3l047202>