From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [107.161.22.3]) by inbox.vuxu.org (Postfix) with ESMTP id CD47C216DC for ; Sat, 8 Feb 2025 21:15:37 +0100 (CET) Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Sat Feb 8 15:14:06 -0500 2025 Received: from mimir.eigenstate.org (localhost [127.0.0.1]) by mimir.eigenstate.org (OpenSMTPD) with ESMTP id 83ee4b3e for <9front@9front.org>; Sat, 8 Feb 2025 12:14:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eigenstate.org; h= message-id:to:subject:date:from:in-reply-to:mime-version :content-type:content-transfer-encoding; s=mail; bh=Z5K/yI7iTtE7 CGTzRV1y8KFdC2s=; b=OEkQ5LW6qMylGHBQHBT/KY9aT5XGTLQy8P9qvUcND/vZ hutU8QaEN5ZlG3/hzLdfhk8qGxk7vGuMYiKS7z6zCTFbb6Y2D9lxCcU7hN9kcmVE lIUehjHa7CEuNtd9XLXT7/bzWdKRl1qjrnH0LHPHtg5XiojJO99TOD8Oj21J1pI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eigenstate.org; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=mail; b=JQSIzBlfZz+1/N8ye5O LQlRZ9ir/zDzKfyu9574VKU5PoBBoFDkUDn92kNdh5rDJ0WTbjm/y0FbyHB8iigk YcDmSKJ3H3DyX+YKzCsIls5flWRVpTsdj2M3nHTl0rVjnbXU2sK69hQpz7oepD4I frOin9rPgYy0NXP2i01emQgI= Received: from chainsaw ( [172.56.167.169]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 138d4e98 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Sat, 8 Feb 2025 12:14:04 -0800 (PST) Message-ID: <42BD9BD2D99D54E646D313350D1FFD84@eigenstate.org> To: 9front@9front.org Date: Sat, 08 Feb 2025 15:09:29 -0500 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: lifecycle STM-based lifecycle generator Subject: Re: [9front] iwn-2030 missing in etheriwl.proto Reply-To: 9front@9front.org Precedence: bulk done, thanks -- though, ideally generating a patch should be trivial; make the local change, then: bind -a /dist/plan9front / git/diff > /dev/snarf and then paste into your email, which means on my end, I can git/import /mail/fs/mbox/1234 if there are things that make it more difficult, let's fix it :) Quoth sirjofri : > Hi, > > Not really worth a patch (probably more typing to apply a patch than just patch it by hand), /sys/src/9/boot/etheriwl.proto is missing an entry for iwn-2030 (which is in the firmware repository). > > Found it because that's exactly the driver I need on one of my laptops, and I was wondering why it didn't appear after a kernel update... > > sirjofri