9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [PATCH] etherwpi: accept pci device id 4222
@ 2023-04-18 16:18 Oliver Simmons
  2023-04-18 16:20 ` [9front] " Oliver Simmons
  0 siblings, 1 reply; 2+ messages in thread
From: Oliver Simmons @ 2023-04-18 16:18 UTC (permalink / raw)
  To: 9front

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;
        }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [9front] Re: [PATCH] etherwpi: accept pci device id 4222
  2023-04-18 16:18 [9front] [PATCH] etherwpi: accept pci device id 4222 Oliver Simmons
@ 2023-04-18 16:20 ` Oliver Simmons
  0 siblings, 0 replies; 2+ messages in thread
From: Oliver Simmons @ 2023-04-18 16:20 UTC (permalink / raw)
  To: 9front

>         switch(pdev->did){
>         default:
>             continue;
> +       case 0x4222:
>         case 0x4227:
>             break;>         }

Sorry, appears my email client refuses to leave tabs be. They have been converted to spaces here.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-18 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-18 16:18 [9front] [PATCH] etherwpi: accept pci device id 4222 Oliver Simmons
2023-04-18 16:20 ` [9front] " Oliver Simmons

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).