ether8169: add RTL8101/8102E macid
This commit is contained in:
parent
25f04a68a1
commit
da66a67a94
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,7 @@ enum { /* Tcr */
|
||||||
Macv26 = 0x48000000, /* RTL8111/8168B */
|
Macv26 = 0x48000000, /* RTL8111/8168B */
|
||||||
Macv27 = 0x2c800000, /* RTL8111e */
|
Macv27 = 0x2c800000, /* RTL8111e */
|
||||||
Macv28 = 0x2c000000, /* RTL8111/8168B */
|
Macv28 = 0x2c000000, /* RTL8111/8168B */
|
||||||
|
Macv29 = 0x40800000, /* RTL8101/8102E */
|
||||||
Ifg0 = 0x01000000, /* Interframe Gap 0 */
|
Ifg0 = 0x01000000, /* Interframe Gap 0 */
|
||||||
Ifg1 = 0x02000000, /* Interframe Gap 1 */
|
Ifg1 = 0x02000000, /* Interframe Gap 1 */
|
||||||
};
|
};
|
||||||
|
@ -1014,6 +1015,7 @@ vetmacv(Ctlr *ctlr, uint *macv)
|
||||||
case Macv26:
|
case Macv26:
|
||||||
case Macv27:
|
case Macv27:
|
||||||
case Macv28:
|
case Macv28:
|
||||||
|
case Macv29:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue