diff options
| -rw-r--r-- | sys/src/9/pc/ether8169.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/ether8169.c b/sys/src/9/pc/ether8169.c index e7f0f1b8a..2752406ac 100644 --- a/sys/src/9/pc/ether8169.c +++ b/sys/src/9/pc/ether8169.c @@ -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; |
