From owner-freebsd-arm@FreeBSD.ORG Sat Sep 7 14:19:28 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 85C8BA3E for ; Sat, 7 Sep 2013 14:19:28 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (ip-2-1-0-2.r03.asbnva02.us.ce.gin.ntt.net [IPv6:2001:418:0:5000::16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3E960242A for ; Sat, 7 Sep 2013 14:19:28 +0000 (UTC) Received: from wonderland.m5p.com (localhost [IPv6:::1]) by mailhost.m5p.com (8.14.5/8.14.5) with ESMTP id r87EJLtQ018757 for ; Sat, 7 Sep 2013 10:19:26 -0400 (EDT) (envelope-from george+freebsd@m5p.com) Message-ID: <522B35E9.2000002@m5p.com> Date: Sat, 07 Sep 2013 10:19:21 -0400 From: George Mitchell User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130716 Thunderbird/17.0.7 MIME-Version: 1.0 To: "freebsd-arm@freebsd.org" Subject: mmcsd on RPi Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 on 10.100.0.3 X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (mailhost.m5p.com [IPv6:::1]); Sat, 07 Sep 2013 10:19:26 -0400 (EDT) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2013 14:19:28 -0000 While performing "disk" operations in the process of building ports on my Raspberry Pi, I observe idle times in the 80-98% range, with the processes doing the work in the biowr or biord states in the "top" display. Interrupt time varies from 1-8% with system time in the 1-3% range. Could this be due to my having a crappy SD card, or is it inherent in the current mmcsd driver on ARM? Is there anything I can do to help speed up the driver? My continuing thanks go to the many developers on the ARM project, and especially the ones who have made the Raspberry Pi a viable FreeBSD platform. -- George