diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-22 22:40:53 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-22 22:40:53 +0000 |
| commit | 5fb99dcabee7fd2e089a9a064f4cc1b3674992fb (patch) | |
| tree | fe6566eb3138ff5d81e2f58486152dc9067d1abc /sys/dev | |
| parent | 4d80f75020452e8c7358dd29319aa73e913773bc (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -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 8440331da711..96931cde01e0 100644 --- a/sys/dev/re/if_re.c +++ b/sys/dev/re/if_re.c @@ -166,6 +166,8 @@ static struct rl_type re_devs[] = { "RealTek 8169 Gigabit Ethernet" }, { RT_VENDORID, RT_DEVICEID_8169, RL_HWREV_8169S, "RealTek 8169S Single-chip Gigabit Ethernet" }, + { RT_VENDORID, RT_DEVICEID_8169, RL_HWREV_8169SB, + "RealTek 8169SB Single-chip Gigabit Ethernet" }, { RT_VENDORID, RT_DEVICEID_8169, RL_HWREV_8110S, "RealTek 8110S Single-chip Gigabit Ethernet" }, { COREGA_VENDORID, COREGA_DEVICEID_CGLAPCIGT, RL_HWREV_8169S, @@ -184,6 +186,7 @@ static struct rl_hwrev re_hwrevs[] = { { RL_HWREV_8139CPLUS, RL_8139CPLUS, "C+"}, { RL_HWREV_8169, RL_8169, "8169"}, { RL_HWREV_8169S, RL_8169, "8169S"}, + { RL_HWREV_8169SB, RL_8169, "8169SB"}, { RL_HWREV_8110S, RL_8169, "8110S"}, { RL_HWREV_8100, RL_8139, "8100"}, { RL_HWREV_8101, RL_8139, "8101"}, |
