From owner-freebsd-arm@FreeBSD.ORG Sun Nov 30 23:51:35 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC16D106564A; Sun, 30 Nov 2008 23:51:35 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 87E398FC08; Sun, 30 Nov 2008 23:51:35 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id mAUNo75A098347; Sun, 30 Nov 2008 16:50:07 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 30 Nov 2008 16:50:09 -0700 (MST) Message-Id: <20081130.165009.-432837069.imp@bsdimp.com> To: stas@freebsd.org From: "M. Warner Losh" In-Reply-To: <200811302259.mAUMxvNE065100@freefall.freebsd.org> References: <200811302259.mAUMxvNE065100@freefall.freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org Subject: Re: arm/128987: [patch] Fix at91_mci and use 1-bit mode. X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2008 23:51:35 -0000 In message: <200811302259.mAUMxvNE065100@freefall.freebsd.org> stas@freebsd.org writes: : Synopsis: [patch] Fix at91_mci and use 1-bit mode. : : Responsible-Changed-From-To: freebsd-arm->stas : Responsible-Changed-By: stas : Responsible-Changed-When: Sun Nov 30 22:59:57 UTC 2008 : Responsible-Changed-Why: : I'll take it. : : http://www.freebsd.org/cgi/query-pr.cgi?pr=128987 This should likely be configured on a per-board basis. 4-bit data path does help performance, and is known to work on the AT91RM9200. Warner