ether8169: add another RTL8111/8168B mac id

This commit is contained in:
ppatience0 2013-02-22 01:14:31 -05:00
parent 412c23204d
commit 82c816d15c

View file

@ -115,6 +115,7 @@ enum { /* Tcr */
Macv25 = 0x28000000, /* RTL8168D */
Macv26 = 0x48000000, /* RTL8111/8168B */
Macv27 = 0x2c800000, /* RTL8111e */
Macv28 = 0x2c000000, /* RTL8111/8168B */
Ifg0 = 0x01000000, /* Interframe Gap 0 */
Ifg1 = 0x02000000, /* Interframe Gap 1 */
};
@ -1012,6 +1013,7 @@ vetmacv(Ctlr *ctlr, uint *macv)
case Macv25:
case Macv26:
case Macv27:
case Macv28:
break;
}
return 0;