aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/re
diff options
context:
space:
mode:
authorPyun YongHyeon <yongari@FreeBSD.org>2013-10-29 05:37:05 +0000
committerPyun YongHyeon <yongari@FreeBSD.org>2013-10-29 05:37:05 +0000
commitc3767eab7717bd678c523275a40100deee65339f (patch)
tree9fb39a91f540d7a900c96dd2b84c46d16b5a9549 /sys/dev/re
parentab9f923ebf3b2f53215f3c30400d2f81537f0e33 (diff)
downloadsrc-c3767eab7717bd678c523275a40100deee65339f.tar.gz
src-c3767eab7717bd678c523275a40100deee65339f.zip
Add preliminary support for RTL8168EP.
Submitted by: Edward O'Callaghan (eocallaghan <> alterapraxis dot com)
Notes
Notes: svn path=/head/; revision=257306
Diffstat (limited to 'sys/dev/re')
-rw-r--r--sys/dev/re/if_re.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/re/if_re.c b/sys/dev/re/if_re.c
index 576e4335d99f..c5a6bc7befe8 100644
--- a/sys/dev/re/if_re.c
+++ b/sys/dev/re/if_re.c
@@ -234,6 +234,7 @@ static const struct rl_hwrev re_hwrevs[] = {
{ RL_HWREV_8168DP, RL_8169, "8168DP/8111DP", RL_JUMBO_MTU_9K },
{ RL_HWREV_8168E, RL_8169, "8168E/8111E", RL_JUMBO_MTU_9K},
{ RL_HWREV_8168E_VL, RL_8169, "8168E/8111E-VL", RL_JUMBO_MTU_6K},
+ { RL_HWREV_8168EP, RL_8169, "8168EP/8111EP", RL_JUMBO_MTU_9K},
{ RL_HWREV_8168F, RL_8169, "8168F/8111F", RL_JUMBO_MTU_9K},
{ RL_HWREV_8168G, RL_8169, "8168G/8111G", RL_JUMBO_MTU_9K},
{ RL_HWREV_8168GU, RL_8169, "8168GU/8111GU", RL_JUMBO_MTU_9K},
@@ -1462,6 +1463,7 @@ re_attach(device_t dev)
RL_FLAG_WOL_MANLINK;
break;
case RL_HWREV_8168E_VL:
+ case RL_HWREV_8168EP:
case RL_HWREV_8168F:
case RL_HWREV_8168G:
case RL_HWREV_8411: