From owner-svn-src-all@FreeBSD.ORG Fri Jul 27 17:31:19 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AEC4F106564A; Fri, 27 Jul 2012 17:31:19 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9A4C88FC0C; Fri, 27 Jul 2012 17:31:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6RHVJ3r030174; Fri, 27 Jul 2012 17:31:19 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6RHVJeT030172; Fri, 27 Jul 2012 17:31:19 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201207271731.q6RHVJeT030172@svn.freebsd.org> From: Warner Losh Date: Fri, 27 Jul 2012 17:31:19 +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: r238849 - head/sys/arm/at91 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, 27 Jul 2012 17:31:19 -0000 Author: imp Date: Fri Jul 27 17:31:19 2012 New Revision: 238849 URL: http://svn.freebsd.org/changeset/base/238849 Log: Add the usb device (gadget) side of things. Also add ehci bindings while I'm here in anticipation of usb2 support for newer SoCs. Requested by: Hans Petter Selasky Modified: head/sys/arm/at91/files.at91 Modified: head/sys/arm/at91/files.at91 ============================================================================== --- head/sys/arm/at91/files.at91 Fri Jul 27 17:28:11 2012 (r238848) +++ head/sys/arm/at91/files.at91 Fri Jul 27 17:31:19 2012 (r238849) @@ -51,4 +51,7 @@ arm/at91/board_tsc4370.c optional at91_b # # usb # -dev/usb/controller/ohci_atmelarm.c optional ohci +dev/usb/controller/at91dci.c optional at91_dci +dev/usb/controller/at91dci_atmelarm.c optional at91_dci +dev/usb/controller/ohci_atmelarm.c optional ohci +dev/usb/controller/ehci_atmelarm.c optional ehci