From owner-freebsd-arm@FreeBSD.ORG Tue Aug 28 04:31:51 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 C0B39106566B for ; Tue, 28 Aug 2012 04:31:51 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 995DE8FC1B for ; Tue, 28 Aug 2012 04:31:51 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id q7S4VgTS095104; Tue, 28 Aug 2012 04:31:42 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id 8cvyx5b7wznf97t4bz3h8urxfe; Tue, 28 Aug 2012 04:31:42 +0000 (UTC) (envelope-from tim@kientzle.com) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: <68F9301B-8B03-47D3-A0AA-9F2490D3481B@bsdimp.com> Date: Mon, 27 Aug 2012 21:31:41 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <716FE9A8-EC5B-41F4-9AE2-5302EEBB86B8@kientzle.com> References: <20120827174004.GD58312@funkthat.com> <1E1B5E39-A2FC-437D-A759-BF75B680EFC5@neville-neil.com> <68F9301B-8B03-47D3-A0AA-9F2490D3481B@bsdimp.com> To: Warner Losh X-Mailer: Apple Mail (2.1278) Cc: George Neville-Neil , freebsd-arm@freebsd.org Subject: Re: Avila GW2348-4 and VLANs not working 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: Tue, 28 Aug 2012 04:31:51 -0000 On Aug 27, 2012, at 12:01 PM, Warner Losh wrote: >=20 > On Aug 27, 2012, at 11:55 AM, George Neville-Neil wrote: >=20 >>=20 >> On Aug 27, 2012, at 18:40 , John-Mark Gurney = wrote: >>=20 >>> P.S. Since I only have one board, and I'm using this as a firewall >>> experimenting is a little difficult. Anyone know of a another good >>> ARM board that I could use (and isn't too expensive)? >>=20 >> I'm a fan of the BeagleBone, which works with FreeBSD, and is about = $89. >>=20 >> http://beagleboard.org/buy >>=20 >> Rasberry Pis are cheap but impossible to come by. >=20 > Doesn't the BealgleBone have only one Ethernet? 1 Ethernet 1 Host USB 1 client USB 1 micro-SD plus a fair chunk of GPIO and other expansion. The Ethernet controller has a built-in switch, so you could maybe = connect another Ethernet PHY and connector via the expansion headers. = I'm still scratching my head over the right driver model for an Ethernet = controller that has two connectors with independent MACs and a = programmable switch engine between them and the host. Tim