From: John Hodge Date: Tue, 6 Mar 2012 03:54:21 +0000 (+0800) Subject: Modules/RTL8169 - Misc X-Git-Tag: rel0.15~736^2~1 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=1884afc3b4f9becf9f9118dfb45ed055c954bab8;p=tpg%2Facess2.git Modules/RTL8169 - Misc --- diff --git a/KernelLand/Modules/Network/RTL8169/rtl8169.c b/KernelLand/Modules/Network/RTL8169/rtl8169.c index 23abdb17..6cb9db33 100644 --- a/KernelLand/Modules/Network/RTL8169/rtl8169.c +++ b/KernelLand/Modules/Network/RTL8169/rtl8169.c @@ -27,6 +27,8 @@ enum eRegisters { + REG_INTMASK = 0x3C, + REG_INSSTATE = 0x3E, REG_TXC = 0x40, REG_RXC = 0x44, }