From owner-freebsd-arm@FreeBSD.ORG Wed Sep 26 16:05:13 2012 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E65D01065670 for ; Wed, 26 Sep 2012 16:05:13 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 78F7C8FC18 for ; Wed, 26 Sep 2012 16:05:13 +0000 (UTC) Received: by eaac10 with SMTP id c10so316956eaa.13 for ; Wed, 26 Sep 2012 09:05:12 -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:subject :content-type:content-transfer-encoding; bh=TC+21PItknekLIw4Ac0kLIxynzckSWIL5RHfs1axySw=; b=f1TpbxrK6pnrvDCLPIDOrSEOOGI6YL5qmAYpCXj4cgKmJWZrefqI2JIvzJtSiHMdIj XhzGCNNhCHQmm9JZmNscXmkFvSh0RPNUfGKsPmjXPJBxFgGQMxjEKREP+ZFGDmQsCeF2 a+DuY5XRYSB0sOiMbcx3bemu8DHsZjinHS4146uwBE5vVTFJBfuKyUbJnIYgybMGYi3t o2usTYuJBl0dubn8sfwqgMWvrhckJK0VX0Q3Sd/uhjwd7KpS5T0lbHFTxRlgkCOvZKUt gp0OK8X6a32MB+/AuVD7gzgnquf/z6z6HCM1pVkUDD9j+ZIRjkUxMwfqmPGyu/SJXQo2 LBfg== Received: by 10.14.211.3 with SMTP id v3mr2069292eeo.43.1348675512521; Wed, 26 Sep 2012 09:05:12 -0700 (PDT) Received: from mini.office.venture37.com (mini.office.venture37.com. [2001:4b10:101a:2::10]) by mx.google.com with ESMTPS id m42sm10371740eep.16.2012.09.26.09.05.10 (version=SSLv3 cipher=OTHER); Wed, 26 Sep 2012 09:05:11 -0700 (PDT) Message-ID: <506327AD.8030103@gmail.com> Date: Wed, 26 Sep 2012 17:05:01 +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: "arm@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: 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: Wed, 26 Sep 2012 16:05:14 -0000 Hi, My Pi rev2 hangs after smsc0: chip 0xec00, rev. 0002 on boot if I have ue0 configured in my rc.conf, with the interface configured to use DHCP the system hangs & issuing ^C result in smsc0: warning: Failed to read register 0x114 smsc0: warning: MII is busy Issuing ^C again results in smsc0: warning: Failed to read register 0x118 Issuing ^C a third time reverts back to first warning & repeats. Configuring the interface with a static IP address automatically spits out smsc0: warning: Failed to read register 0x114 smsc0: warning: MII is busy & then hangs. Pressing ^C just prints out smsc0: warning: Failed to read register 0x114 smsc0: warning: MII read timeout & not 0x118 Sevan