ref: ec1886a706e475b738b9b1a5150703c68e50add2
parent: 992fe280ac3be78bf6a1a2e3fed56f6dfd3c4e61
author: ppatience0 <ppatience0@gmail.com>
date: Thu Feb 21 20:14:31 EST 2013
ether8169: add another RTL8111/8168B mac id
--- a/sys/src/9/pc/ether8169.c
+++ b/sys/src/9/pc/ether8169.c
@@ -115,6 +115,7 @@
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 @@
case Macv25:
case Macv26:
case Macv27:
+ case Macv28:
break;
}
return 0;
--
⑨