From owner-freebsd-arm@freebsd.org Sun Jan 8 18:42:32 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E145CA58FE for ; Sun, 8 Jan 2017 18:42:32 +0000 (UTC) (envelope-from ilgtech75@gmail.com) Received: from mail-yw0-x234.google.com (mail-yw0-x234.google.com [IPv6:2607:f8b0:4002:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E9A51516 for ; Sun, 8 Jan 2017 18:42:32 +0000 (UTC) (envelope-from ilgtech75@gmail.com) Received: by mail-yw0-x234.google.com with SMTP id r204so409842315ywb.0 for ; Sun, 08 Jan 2017 10:42:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=hnXovS5uVtRt5smf+d2JVzeMfNAjb82JE+/CVJKgsfQ=; b=lmUpWvBlT25FNKtqrIZG5G1g4xcr3pYQv4d5iOni18jdQMVqyLpgBguEBJMso6/xLh c6y+bmhmVSFvYIhqhyS+CbNZfbggGrArtMrJ327xTif8w885R8KurDS0d/SOHbuF32Bj giUDpTT21o9vZmnGo7DVnrei2PVcE6EUsbiWaTkXSyrcO8S/hvyi1761kUBxEgBLkLCM KgHADRK72pedppBja/+n62+qom17xAtqpODq3p077c3IE5VfXNIV+6W6WpgCsek712FZ JUSZLPhe/yhsLO9V1n4Mg4Wr9Vhs8KiatD+Gqr7RRnH0zQiNJa3h4zTrKqAEBsSRHaMD xnBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=hnXovS5uVtRt5smf+d2JVzeMfNAjb82JE+/CVJKgsfQ=; b=LnpCCgSDqyQER/rTSUEwD3Vzx5IFw0h8dofwHH/0RM7xwiBs5a48/aYeShPhSl2UP1 ya157LV6yv42XrbLUrknmS3NKfTshLcO52aimPsRI222cc0V/au5ZNWVDoThUxEtYxDZ +F9qwWXV57Sn9PA5VCo59mKVP5UhiuXExaT163qXWFZ9TpjpQCM8Q0y8k/UYH/oOpA2K aPKQrO3eJe+yaVPigYkYlPzUJQfuTww338eNE7GTW00FA5QWYQnJPVkJ6ogne8wRtys+ q0S8vuugmx2l6E4OluGzcxY2DWE2xIvdiSMXnuurGuujhCROgcLXh0FCvY953jngzKQ9 6EaQ== X-Gm-Message-State: AIkVDXLWRlmdbJuzsU+jVAI2PRphLOi2x1bVVowraV7DamIZ5HPWBMMr/YFxU4s4BOJYtai6jLkKuCqxa4Vl6Q== X-Received: by 10.129.71.214 with SMTP id u205mr82396536ywa.197.1483900951274; Sun, 08 Jan 2017 10:42:31 -0800 (PST) MIME-Version: 1.0 Received: by 10.37.174.148 with HTTP; Sun, 8 Jan 2017 10:42:30 -0800 (PST) In-Reply-To: References: From: Chris Boley Date: Sun, 8 Jan 2017 13:42:30 -0500 Message-ID: Subject: Re: BCM53125 To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2017 18:42:32 -0000 Sorry terrible first post, One of my biggest parts of this query was to know if the current arm based BSD release supports that Broadcom (BCM53125) chipset for the switch hardware? On Sun, Jan 8, 2017 at 1:38 PM, Chris Boley wrote: > I just purchased a Banana Pi Router with the switch built in. I was truly > hoping to traffic shape with this device. It can be done in Linux with the > tc package, but I was truly hoping to deploy the Freebsd / ARM software and > do it with that. Does anyone know of any place I can do some reading on > this? I have done extensive research on this running regular x86 and amd64 > platforms. I've successfully deployed traffic shaping on other > architectures. I was just looking to see if it's even possible to set the > kernel up for altq/hfsc on these Pi platforms. I wasn't seeing much about > it after doing the googling. I'm waiting on my Pi device to arrive in the > mail. If I don't get answers I will just try and see what problems I run > into. > > Thanks! > > CB >