From owner-svn-src-stable@FreeBSD.ORG Sun May 12 12:09:09 2013 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2254C204; Sun, 12 May 2013 12:09:09 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1340C8F4; Sun, 12 May 2013 12:09:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4CC98js086040; Sun, 12 May 2013 12:09:08 GMT (envelope-from hselasky@svn.freebsd.org) Received: (from hselasky@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4CC98VT086039; Sun, 12 May 2013 12:09:08 GMT (envelope-from hselasky@svn.freebsd.org) Message-Id: <201305121209.r4CC98VT086039@svn.freebsd.org> From: Hans Petter Selasky Date: Sun, 12 May 2013 12:09:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r250559 - stable/9/sys/dev/usb/controller X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2013 12:09:09 -0000 Author: hselasky Date: Sun May 12 12:09:08 2013 New Revision: 250559 URL: http://svnweb.freebsd.org/changeset/base/250559 Log: MFC r249725: Add new OHCI controller ID. Modified: stable/9/sys/dev/usb/controller/ohci_pci.c Directory Properties: stable/9/sys/ (props changed) stable/9/sys/dev/ (props changed) Modified: stable/9/sys/dev/usb/controller/ohci_pci.c ============================================================================== --- stable/9/sys/dev/usb/controller/ohci_pci.c Sun May 12 09:42:17 2013 (r250558) +++ stable/9/sys/dev/usb/controller/ohci_pci.c Sun May 12 12:09:08 2013 (r250559) @@ -134,6 +134,8 @@ ohci_pci_match(device_t self) return "ATI SB400 USB Controller"; case 0x43971002: return ("AMD SB7x0/SB8x0/SB9x0 USB controller"); + case 0x43981002: + return ("AMD SB7x0/SB8x0/SB9x0 USB controller"); case 0x43991002: return ("AMD SB7x0/SB8x0/SB9x0 USB controller");