From owner-freebsd-arm@FreeBSD.ORG Thu Jun 7 07:49:15 2007 Return-Path: X-Original-To: arm@freebsd.org Delivered-To: freebsd-arm@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11F8A16A41F for ; Thu, 7 Jun 2007 07:49:15 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de (mail.smartterra.de [195.225.132.203]) by mx1.freebsd.org (Postfix) with ESMTP id C711E13C44C for ; Thu, 7 Jun 2007 07:49:14 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de ([195.225.132.203]) by localhost (liberty-mail [195.225.132.203]) (amavisd-new, port 10024) with ESMTP id 28681-08 for ; Thu, 7 Jun 2007 09:49:11 +0200 (CEST) Received: from home.alpha-tierchen.de (port-212-202-170-5.dynamic.qsc.de [212.202.170.5]) by mail.liberty-hosting.de (Postfix) with ESMTP id 86554162533 for ; Thu, 7 Jun 2007 09:49:11 +0200 (CEST) Received: from webmail.alpha-tierchen.de (localhost [127.0.0.1]) by home.alpha-tierchen.de (Postfix) with ESMTP id 5DC6645046 for ; Thu, 7 Jun 2007 09:49:10 +0200 (CEST) Received: from 2001:6f8:101e:0:20e:cff:fe6d:6adb (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Thu, 7 Jun 2007 09:49:10 +0200 (CEST) Message-ID: <50503.2001:6f8:101e:0:20e:cff:fe6d:6adb.1181202550.squirrel@webmail.alpha-tierchen.de> Date: Thu, 7 Jun 2007 09:49:10 +0200 (CEST) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: arm@freebsd.org User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at mail.smartterra.de Cc: Subject: 4-bit SD Card 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: Thu, 07 Jun 2007 07:49:15 -0000 Hello, I think lot of you know the message 'Setting controller bus width to 1' in conjunction with AT91 SD Card interfaces. I'd like to suggest to disable this message in src/arm/at91/at91_mci.c for two reasons: 1) it occurs excessively and 2) there is no useful information content with this message. Since it is improbable that the driver ever supports the 4-bit mode we also don't need to be informed whether we use 1-bit or 4-bit mode. It is improbable (unless somebody is already working on it) because the 4-bit mode requires either polling or a very special interrupt handling that is not covered by the publicly available simplified SD Card specifications. Regards Björn