From owner-svn-src-all@FreeBSD.ORG Fri Mar 6 23:22:10 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01EA31065670; Fri, 6 Mar 2009 23:22:10 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E3E658FC18; Fri, 6 Mar 2009 23:22:09 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n26NM90K031494; Fri, 6 Mar 2009 23:22:09 GMT (envelope-from sam@svn.freebsd.org) Received: (from sam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n26NM9ZZ031493; Fri, 6 Mar 2009 23:22:09 GMT (envelope-from sam@svn.freebsd.org) Message-Id: <200903062322.n26NM9ZZ031493@svn.freebsd.org> From: Sam Leffler Date: Fri, 6 Mar 2009 23:22:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r189457 - head/sys/arm/xscale/ixp425 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Mar 2009 23:22:10 -0000 Author: sam Date: Fri Mar 6 23:22:09 2009 New Revision: 189457 URL: http://svn.freebsd.org/changeset/base/189457 Log: fix legacy usb configuration Modified: head/sys/arm/xscale/ixp425/files.ixp425 Modified: head/sys/arm/xscale/ixp425/files.ixp425 ============================================================================== --- head/sys/arm/xscale/ixp425/files.ixp425 Fri Mar 6 20:40:09 2009 (r189456) +++ head/sys/arm/xscale/ixp425/files.ixp425 Fri Mar 6 23:22:09 2009 (r189457) @@ -47,4 +47,4 @@ IxNpeMicrocode.dat optional npe_fw \ arm/xscale/ixp425/ixp425_qmgr.c optional qmgr # dev/usb/controller/ehci_ixp4xx.c optional ehci usb -legacy/dev/usb/ehci_ixp4xx.c optional ehci ousb +legacy/dev/usb/ehci_ixp4xx.c optional oehci ousb