aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rl
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2015-12-27 17:34:29 +0000
committerMarius Strobl <marius@FreeBSD.org>2015-12-27 17:34:29 +0000
commitb367c1f1244d6d961fb29576522f62a074266f5b (patch)
treea7ff1df26d8c156efc170e935580aa54e7f9fdfc /sys/dev/rl
parentfb070077811e3a430ed23dfd7ffda28a2da5ea14 (diff)
Notes
Diffstat (limited to 'sys/dev/rl')
-rw-r--r--sys/dev/rl/if_rlreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/rl/if_rlreg.h b/sys/dev/rl/if_rlreg.h
index b0de60f49807..5a5c5f539132 100644
--- a/sys/dev/rl/if_rlreg.h
+++ b/sys/dev/rl/if_rlreg.h
@@ -195,6 +195,7 @@
#define RL_HWREV_8168G 0x4C000000
#define RL_HWREV_8168EP 0x50000000
#define RL_HWREV_8168GU 0x50800000
+#define RL_HWREV_8168H 0x54000000
#define RL_HWREV_8411B 0x5C800000
#define RL_HWREV_8139 0x60000000
#define RL_HWREV_8139A 0x70000000
@@ -930,8 +931,7 @@ struct rl_softc {
#define RL_FLAG_CMDSTOP_WAIT_TXQ 0x00008000
#define RL_FLAG_WOL_MANLINK 0x00010000
#define RL_FLAG_EARLYOFF 0x00020000
-#define RL_FLAG_EARLYOFFV2 0x00040000
-#define RL_FLAG_RXDV_GATED 0x00080000
+#define RL_FLAG_8168G_PLUS 0x00040000
#define RL_FLAG_PCIE 0x40000000
#define RL_FLAG_LINK 0x80000000
};