From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 6012 invoked from network); 8 Mar 2021 18:07:40 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 8 Mar 2021 18:07:40 -0000 Received: from mail-40138.protonmail.ch ([185.70.40.138]) by 1ess; Mon Mar 8 12:58:58 -0500 2021 Date: Mon, 08 Mar 2021 17:58:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1615226331; bh=2c/NISM5KOONAdOJW+vYCIOBKQiD3xRGuIAJGLztCPQ=; h=Date:To:From:Reply-To:Subject:In-Reply-To:References:From; b=ZQcQp7B0w80roiAvgX3aYfHmfe51NIaFkJcU37/NMgLLHwVVXkzZ32n0jv7o8EBYx 1Cf96zyQFvR7iBEx8CiV/rNqKgBZJ/EVxMuGEi8XoB+KGp6K5aRsKxlymLEuqo0ANT 3D9Hkt/vPnIrqm3ECZ9wFNjwifqnEEQl60mMCjDc= To: "9front@9front.org" <9front@9front.org> From: kemal Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: non-blocking anonymous base app realtime-java-based database Subject: Re: [9front] distproto: include the files in /lib/firmware/* Reply-To: 9front@9front.org Precedence: bulk > yeah, and with each firmware, the interface and message formats between t= he > driver and the firmware can completely change. linux solves this with a > gigant message translation layer to the point where it becomes impossible > to understand what exactly it sends to the firmware. > > and there is NO DOCUMENTATION for any of this. > > while the openbsd (and inspired 9front) driver sticks to a specific firmw= are > version. > > if you want to update the firmware, you also need to revisit the driver > and reverse engineer what linux does with this exact firmware revision > and card. thank you for informing, i thought fw updates just fixed bugs and added new interfaces, like a normal FUCKING fw i guess.