summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-03-12 21:07:40 +0100
committercinap_lenrek <cinap_lenrek@gmx.de>2013-03-12 21:07:40 +0100
commitda66a67a9415629751d7423df4093dbfb6c633a9 (patch)
tree2934f37a88f81b9a56dc890fc731f3dd09760480
parent25f04a68a168a948783618910e115316eb0ed3fc (diff)
downloadplan9front-da66a67a9415629751d7423df4093dbfb6c633a9.tar.xz
ether8169: add RTL8101/8102E macid
-rw-r--r--sys/src/9/pc/ether8169.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/9/pc/ether8169.c b/sys/src/9/pc/ether8169.c
index 01d73e2ad..c17d0a51e 100644
--- a/sys/src/9/pc/ether8169.c
+++ b/sys/src/9/pc/ether8169.c
@@ -116,6 +116,7 @@ enum { /* Tcr */
Macv26 = 0x48000000, /* RTL8111/8168B */
Macv27 = 0x2c800000, /* RTL8111e */
Macv28 = 0x2c000000, /* RTL8111/8168B */
+ Macv29 = 0x40800000, /* RTL8101/8102E */
Ifg0 = 0x01000000, /* Interframe Gap 0 */
Ifg1 = 0x02000000, /* Interframe Gap 1 */
};
@@ -1014,6 +1015,7 @@ vetmacv(Ctlr *ctlr, uint *macv)
case Macv26:
case Macv27:
case Macv28:
+ case Macv29:
break;
}
return 0;