summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rlreg.h
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2008-12-11 02:24:11 +0000
committeryongari <yongari@FreeBSD.org>2008-12-11 02:24:11 +0000
commit73a287aa0ca874c2faef800470bc8d1e04f602cd (patch)
treee93ae94e758c56fa9111323292efd6d27a23957b /sys/pci/if_rlreg.h
parentdcd4d48fc86f197f8009505712d96ffb35b8bc97 (diff)
downloadFreeBSD-src-73a287aa0ca874c2faef800470bc8d1e04f602cd.zip
FreeBSD-src-73a287aa0ca874c2faef800470bc8d1e04f602cd.tar.gz
Make WOL work on RTL8168B. This controller seems to require
explicit command to enable Rx MAC prior to entering D3. Tested by: Cyrus Rahman <crahman <> gmail DOT com>
Diffstat (limited to 'sys/pci/if_rlreg.h')
-rw-r--r--sys/pci/if_rlreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h
index 229e971..d9df78c 100644
--- a/sys/pci/if_rlreg.h
+++ b/sys/pci/if_rlreg.h
@@ -887,6 +887,7 @@ struct rl_softc {
#define RL_FLAG_CMDSTOP 0x0200
#define RL_FLAG_PHY8169 0x0400
#define RL_FLAG_PHY8110S 0x0800
+#define RL_FLAG_WOLRXENB 0x1000
#define RL_FLAG_LINK 0x8000
};
OpenPOWER on IntegriCloud