From owner-freebsd-arm@FreeBSD.ORG Fri Mar 21 23:54:47 2008 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 90942106566B for ; Fri, 21 Mar 2008 23:54:47 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 5B23C8FC2D for ; Fri, 21 Mar 2008 23:54:47 +0000 (UTC) (envelope-from sam@errno.com) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m2LNsZe8020115 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 21 Mar 2008 16:54:37 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <47E44ABB.4020004@errno.com> Date: Fri, 21 Mar 2008 16:54:35 -0700 From: Sam Leffler User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: ticso@cicely.de References: <47E421AE.8020507@errno.com> <20080321224350.GJ75168@cicely12.cicely.de> In-Reply-To: <20080321224350.GJ75168@cicely12.cicely.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-sonic.net-Metrics: ebb.errno.com; whitelist Cc: arm@freebsd.org Subject: Re: gateworks/avila board support 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, 21 Mar 2008 23:54:47 -0000 Bernd Walter wrote: > On Fri, Mar 21, 2008 at 01:59:26PM -0700, Sam Leffler wrote: > >> I'm working to fill in the missing bits for gateworks/avila boards. I >> just fixed usb and am working on the 4-port switch, ixp425 crypto >> support, and anything else I hit. I'm aware of one issue where stuffing >> all 4 mini-pci slots in a 2348-4 board results in unreliable interrupts. >> >> If you are aware of any other problems please let me know or better yet >> file a PR and assign it to me. Can't promise I can fix 'em this time >> 'round but will try. >> > > How do you want to handle the switch? > For the RTL8305SC I have done the rlswitch driver, which currently > initializes the switch with fixed compiled values, but I'm not > very happy with this. > I think it would be better to have a /dev/mii to allow configuring > the switch from userland. > For the Marvell 88E6060 switch the mii code I did has "router" and "bridge" configs that are selected with a hint. Sam