From owner-freebsd-arm@FreeBSD.ORG Wed Jan 1 10:59:52 2014 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 ESMTPS id 2E12D90A for ; Wed, 1 Jan 2014 10:59:52 +0000 (UTC) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF2971D44 for ; Wed, 1 Jan 2014 10:59:51 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id w61so11822165wes.0 for ; Wed, 01 Jan 2014 02:59:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=A7Q0COQZd1QPIvcu+65Ua+IECKHMaHFfe3KSag26Go0=; b=CWjepmdUiWQtC4FmmKUcXYHJWu4IuA6oALb4UJY3gglBK+YmF0k6+2LqkKCc517b95 bbVc5DAUvyGO5CjJn+m/EQXJxjZi650EjO03uxQHfQ6rmEn9mPtQXrlCZf0ok/xrccxY m/xBjlJmOgs/99a79eYqD7PGrNGAHPVLt7QVrEEZMha7DO44Zx9B9X7t1vETTDzHJk9q WMDSuIzuC+zNBdZ8D04nnzOMyfCsB67AbWSDKseMWNdGgZD0IsHnq6NG7xTxmxw1aVrD sKXQblZAyTGdLoV4EWEJwrELVzm5pZJ/vYz+9U72mov0XDt1uD0nSBEsy4P0r8fL2A44 RE9A== MIME-Version: 1.0 X-Received: by 10.194.63.134 with SMTP id g6mr26819861wjs.46.1388573990063; Wed, 01 Jan 2014 02:59:50 -0800 (PST) Received: by 10.217.114.10 with HTTP; Wed, 1 Jan 2014 02:59:50 -0800 (PST) In-Reply-To: <20131231233712.GR99167@funkthat.com> References: <1504801126410582043@unknownmsgid> <20131231233712.GR99167@funkthat.com> Date: Wed, 1 Jan 2014 11:59:50 +0100 Message-ID: Subject: Re: AVILA NFS problem ? From: Berislav Purgar To: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jan 2014 10:59:52 -0000 On Wed, Jan 1, 2014 at 12:37 AM, John-Mark Gurney wrote: > Berislav Purgar wrote this message on Tue, Dec 31, 2013 at 14:18 -0800: > > Yes... Default avila.hints configure phy 0 for npe0 and npe1 phy 1 and > > that work with gw-2348 board (i think). But i have gw-2345-F board > > which have 4 lan and one wan port. Wan port is attached to PHY 5 and > > lan ports are attached to switch chip KS8995. We dont have driver for > > this chip so i figured that if i put 2 for PHY port 2 works on switch. > > So i forget to change these in avila.hints and that reproduce kernel > > panic on nfs boot.. > > Can you post which hints you needed? This will be helpful for others, > plus, we can look at installing, or at least documenting that these > hints are required for that model of board... > > Hello here is hints for GW-2345-F board (port2 and wan port works). For switch to work we need driver for KS8995. http://pastebin.com/wWthdjKc Beri