diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-03-22 07:33:03 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-03-22 07:33:03 +0000 |
| commit | e72f58bbd90d3a0798327b7517babb8628fc0147 (patch) | |
| tree | 5aa967f30a2e1e2a1dc625363e3d09d5acff3679 /sys/dev/re | |
| parent | 542f05ce079e95488b585b1482a8f031733a6a2c (diff) | |
Notes
Diffstat (limited to 'sys/dev/re')
| -rw-r--r-- | sys/dev/re/if_re.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/re/if_re.c b/sys/dev/re/if_re.c index 4abc3d8782c8..d1e6b64043b6 100644 --- a/sys/dev/re/if_re.c +++ b/sys/dev/re/if_re.c @@ -167,6 +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_8169, RL_HWREV_8169, "RealTek 8169 Gigabit Ethernet" }, { RT_VENDORID, RT_DEVICEID_8169, RL_HWREV_8169S, @@ -197,6 +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"}, { 0, 0, NULL } }; |
