From owner-freebsd-arm@FreeBSD.ORG Fri Sep 28 16:58:03 2012 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 DAB631065674 for ; Fri, 28 Sep 2012 16:58:02 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 548548FC15 for ; Fri, 28 Sep 2012 16:58:01 +0000 (UTC) Received: by eekc50 with SMTP id c50so1704659eek.13 for ; Fri, 28 Sep 2012 09:58:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=aJ8dgK26yDawU3OSjP5INgQ1VffkwKtCwWRhOsWPp3g=; b=xNCBkg3C0m3Q5Jx9GFx0umrVU2uXj4gSQqie2s6pSyMflsVKnv6qTi1jI3Vxq4IBDG lz5tDjYwIcHvzsbsW4ChS6akdN5qwAjE6ZhlGPh9zpHfAhUGWkZ4FpqzYFhpjK9QftHd P0W+ZT8skpgyogtsc3KOYw5k75emMTzG25ifTI72BvieEGLKY6LWNtVlj10YxD1QKIki EHUUTSHMMqSghwQmUCfUk7qEqkNhJRCqomI5CNV5agQNoe2c2QpjrTImus5HFW/S3QPc ryXe3NcHO9JpSAJ3nAt1Dl2ieU68MptNUq3rlJllOCG4HZ/86zAibaLQi+GY3UT6MyfQ zZMQ== Received: by 10.14.184.134 with SMTP id s6mr10593552eem.46.1348851480883; Fri, 28 Sep 2012 09:58:00 -0700 (PDT) Received: from mini.office.venture37.com (n3.venture37.net. [91.103.132.218]) by mx.google.com with ESMTPS id e7sm27484564eep.2.2012.09.28.09.57.59 (version=SSLv3 cipher=OTHER); Fri, 28 Sep 2012 09:57:59 -0700 (PDT) Message-ID: <5065D716.3080502@gmail.com> Date: Fri, 28 Sep 2012 17:57:58 +0100 From: Sevan / Venture37 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: Hans Petter Selasky References: <506327AD.8030103@gmail.com> <201209271728.51989.hselasky@c2i.net> <50658377.5030102@gmail.com> <201209281835.45080.hselasky@c2i.net> In-Reply-To: <201209281835.45080.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org Subject: Re: Unable to boot Pi successfully with ethernet interface configured 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: Fri, 28 Sep 2012 16:58:03 -0000 On 28/09/2012 17:35, Hans Petter Selasky wrote: > Hi, > > I've just fixed some issues in the if_smsc.c, so you might want to "svn up" > again. Seems like ethernet packets received carry 4 bytes extra. > > Regarding performance, there are actions we can do. Right now I just want a > stable driver. I measured around 10MBit in each direction on ethernet and my > USB memory stick was giving me 0.5 MBytes/second (Read). And the CPU usage is > now around 0.8% when the USB stack is idle. The reason for this slowness is > not USB itself, but that we are doing much of the USB protocol in software. > > I've also tested that FULL/LOW speed devices should work, like mouse and > keyboard and USB serial port adapters. > > Feel free to keep us updated what you are doing with FreeBSD on your Raspberry > PI and if you see more USB related problems:-) > > --HPS Oh cool, will report back once I've had a chance to play tonight. Btw, I'm using a USB > TTL adapter connected to the GPIO pins which gives me output from the kernel on booting but I'd like to be able to login, looking at /etc/ttys ttyv0 is switched on by default, I've modified it to std.115200 & I see the login prompt now but the console locks up & wont take any input. Sevan