code: plan9front

Download patch

ref: be87fc579e7b44bc8f0b3647d9785d845dc9c20b
parent: f2db09b754f6561285c2725fe93d8fcafe808355
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Apr 24 17:09:00 EDT 2023

etherwpi: accept pci device id 4222 (thanks oliver simmons)

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