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){
|
||||
case Macv40:
|
||||
case Macv44:
|
||||
case Macv45:
|
||||
cplusc |= Macstatdis;
|
||||
break;
|
||||
default:
|
||||
|
@ -1057,6 +1056,7 @@ vetmacv(Ctlr *ctlr, uint *macv)
|
|||
case Macv30:
|
||||
case Macv40:
|
||||
case Macv44:
|
||||
case Macv45:
|
||||
break;
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue