mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
etherwpi: accept pci device id 4222 (thanks oliver simmons)
This commit is contained in:
parent
f2db09b754
commit
be87fc579e
1 changed files with 1 additions and 0 deletions
|
@ -1786,6 +1786,7 @@ wpipci(void)
|
||||||
switch(pdev->did){
|
switch(pdev->did){
|
||||||
default:
|
default:
|
||||||
continue;
|
continue;
|
||||||
|
case 0x4222:
|
||||||
case 0x4227:
|
case 0x4227:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue