summaryrefslogtreecommitdiffstats
path: root/sys/dev/re
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2006-05-24 11:55:25 +0000
committerglebius <glebius@FreeBSD.org>2006-05-24 11:55:25 +0000
commit8ba778a258996098a6ddb344d5b39d907258b460 (patch)
treeee68b742fef99097580e35f0b6a3b8bca307c670 /sys/dev/re
parent155325e141d52dfb9b4691302e725f29770b3775 (diff)
downloadFreeBSD-src-8ba778a258996098a6ddb344d5b39d907258b460.zip
FreeBSD-src-8ba778a258996098a6ddb344d5b39d907258b460.tar.gz
Rename device name in the last commit. According to PR, the ID is
more likely to belong to chips of 8168 family. PR: kern/96734 Submitted by: Sven Petai <hadara bsd.ee>
Diffstat (limited to 'sys/dev/re')
-rw-r--r--sys/dev/re/if_re.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/re/if_re.c b/sys/dev/re/if_re.c
index d1e6b64..339d70b 100644
--- a/sys/dev/re/if_re.c
+++ b/sys/dev/re/if_re.c
@@ -167,8 +167,8 @@ static struct rl_type re_devs[] = {
"D-Link DGE-528(T) Gigabit Ethernet Adapter" },
{ RT_VENDORID, RT_DEVICEID_8139, RL_HWREV_8139CPLUS,
"RealTek 8139C+ 10/100BaseTX" },
- { RT_VENDORID, RT_DEVICEID_8111B, RL_HWREV_8111B,
- "Realtek 8111B Single-Chip Gigabit Ethernet" },
+ { RT_VENDORID, RT_DEVICEID_8168, RL_HWREV_8168,
+ "Realtek 8168B/8111B Gigabit Ethernet" },
{ RT_VENDORID, RT_DEVICEID_8169, RL_HWREV_8169,
"RealTek 8169 Gigabit Ethernet" },
{ RT_VENDORID, RT_DEVICEID_8169, RL_HWREV_8169S,
@@ -199,7 +199,7 @@ static struct rl_hwrev re_hwrevs[] = {
{ RL_HWREV_8110S, RL_8169, "8110S"},
{ RL_HWREV_8100, RL_8139, "8100"},
{ RL_HWREV_8101, RL_8139, "8101"},
- { RL_HWREV_8111B, RL_8169, "8111B"},
+ { RL_HWREV_8168, RL_8169, "8168/8111B"},
{ 0, 0, NULL }
};
OpenPOWER on IntegriCloud