From nobody Mon Sep 20 16:32:32 2021 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id B2EFD17C0008 for ; Mon, 20 Sep 2021 16:32:44 +0000 (UTC) (envelope-from mhorne@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HCqq04frCz4Tr2 for ; Mon, 20 Sep 2021 16:32:44 +0000 (UTC) (envelope-from mhorne@freebsd.org) Received: from mail-qk1-f177.google.com (mail-qk1-f177.google.com [209.85.222.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: mhorne) by smtp.freebsd.org (Postfix) with ESMTPSA id 7C3B221926 for ; Mon, 20 Sep 2021 16:32:44 +0000 (UTC) (envelope-from mhorne@freebsd.org) Received: by mail-qk1-f177.google.com with SMTP id bk29so44350771qkb.8 for ; Mon, 20 Sep 2021 09:32:44 -0700 (PDT) X-Gm-Message-State: AOAM531ThrTL4BXdHj+XBxFf3yTvSbPZhf3Gm8BoJJE2QopHZmcoT9SD V3S9YxSoS61x0DCuV9KTpWVWHynfZfRGwOUhv2o= X-Google-Smtp-Source: ABdhPJxnQUGpmkg5V7Ome3TtLl/vI21IC2CoUCZ7/stxUnalgddDDlCZVoPd4kBp7FuGtwwwV2pDQUciYGKhK6+loDY= X-Received: by 2002:a25:1c8a:: with SMTP id c132mr15580851ybc.393.1632155563883; Mon, 20 Sep 2021 09:32:43 -0700 (PDT) List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org MIME-Version: 1.0 References: <2D88BEBC-9520-4DF0-A102-DA4D3FAD2BBE@kronometrix.org> In-Reply-To: <2D88BEBC-9520-4DF0-A102-DA4D3FAD2BBE@kronometrix.org> From: Mitchell Horne Date: Mon, 20 Sep 2021 13:32:32 -0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: FreeBSD 13 Release questions RBPI 3B+ To: Stefan Parvu Cc: freebsd-arm Content-Type: text/plain; charset="UTF-8" X-ThisMailContainsUnwantedMimeParts: N On Mon, Sep 20, 2021 at 11:12 AM Stefan Parvu wrote: > > Hi all, > > Is there anything changed on FreeBSD 13 for Raspberry PI 3B+ related to the > ethernet onboard NIC driver? I have the NIC working, but there are no lights on > for the NIC port on the Raspberry PI. All lights are off. > Hi, There is a bug report for this issue, see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254267 It seems that an update to the device tree files between 12.2 and 13.0 changed their structure slightly, and nobody has adapted the muge(4) driver for this yet. In other words, the driver needs to be taught to look for the 'microchip,led-modes' property in a different place. Cheers, Mitchell > freebsd@generic:~ % ifconfig -a > lo0: flags=8049 metric 0 mtu 16384 > options=680003 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 > inet 127.0.0.1 netmask 0xff000000 > groups: lo > nd6 options=21 > ue0: flags=8843 metric 0 mtu 1500 > options=80009 > ether b8:27:eb:5a:3c:98 > inet 192.168.1.177 netmask 0xffffff00 broadcast 192.168.1.255 > media: Ethernet autoselect (1000baseT ) > status: active > nd6 options=29 > > > Same network cable, same board works fine with using FreeBSD 12.2 > > Any ideas? > > Thanks, > Stefan > >