9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Oliver Simmons <oliversimmo@gmail.com>
To: 9front@9front.org
Subject: [9front] [PATCH] etherwpi: accept pci device id 4222
Date: Tue, 18 Apr 2023 17:18:07 +0100 (GMT+01:00)	[thread overview]
Message-ID: <d260ea7f-cf0c-4807-aa9d-6cad4ebb80cb@gmail.com> (raw)

Tested on my Tecra M5-387.
Works fine, except the WiFi hub going down causes 'fatal firmware error' on kprint. However, running ip/ipconfig again fixes and nothing seems misplaced.

Thanks to taw on ##9fans for pointing me towards this.

---
diff 4d901d1e4165085cda5b574b44e1cc51be50abf8 e1d46b7b4ccb7f6fe514fdd72cae3753b8e94628
--- a/sys/src/9/pc/etherwpi.c
+++ b/sys/src/9/pc/etherwpi.c
@@ -1786,6 +1786,7 @@
        switch(pdev->did){
        default:
            continue;
+       case 0x4222:
        case 0x4227:
            break;
        }

             reply	other threads:[~2023-04-18 16:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-18 16:18 Oliver Simmons [this message]
2023-04-18 16:20 ` [9front] " Oliver Simmons

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d260ea7f-cf0c-4807-aa9d-6cad4ebb80cb@gmail.com \
    --to=oliversimmo@gmail.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).