summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2023-04-24 21:09:00 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2023-04-24 21:09:00 +0000
commitbe87fc579e7b44bc8f0b3647d9785d845dc9c20b (patch)
tree6491eed7fc0da9c7dbd561bd747935d67e44a554
parentf2db09b754f6561285c2725fe93d8fcafe808355 (diff)
etherwpi: accept pci device id 4222 (thanks oliver simmons)
-rw-r--r--sys/src/9/pc/etherwpi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/etherwpi.c b/sys/src/9/pc/etherwpi.c
index 5173c2869..703355f96 100644
--- a/sys/src/9/pc/etherwpi.c
+++ b/sys/src/9/pc/etherwpi.c
@@ -1786,6 +1786,7 @@ wpipci(void)
switch(pdev->did){
default:
continue;
+ case 0x4222:
case 0x4227:
break;
}