ether8169: fix Macv45
This commit is contained in:
parent
0f785af644
commit
0b001e265c
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,6 @@ rtl8169init(Ether* edev)
|
||||||
switch(ctlr->macv){
|
switch(ctlr->macv){
|
||||||
case Macv40:
|
case Macv40:
|
||||||
case Macv44:
|
case Macv44:
|
||||||
case Macv45:
|
|
||||||
cplusc |= Macstatdis;
|
cplusc |= Macstatdis;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
@ -1057,6 +1056,7 @@ vetmacv(Ctlr *ctlr, uint *macv)
|
||||||
case Macv30:
|
case Macv30:
|
||||||
case Macv40:
|
case Macv40:
|
||||||
case Macv44:
|
case Macv44:
|
||||||
|
case Macv45:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue