Skip to content

Commit

Permalink
re(4): Add a 8168-compatible device ID
Browse files Browse the repository at this point in the history
This is described in RealTek's driver as a "RTL8168 Series add-on card."

PR:		250037
Submitted by:	Hiroshi HASEGAWA <[email protected]>
MFC after:	1 week
  • Loading branch information
markjdb committed Oct 5, 2020
1 parent b37d2bf commit 76a2aee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/dev/re/if_re.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ static const struct rl_type re_devs[] = {
"RealTek 810xE PCIe 10/100baseTX" },
{ RT_VENDORID, RT_DEVICEID_8168, 0,
"RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet" },
{ RT_VENDORID, RT_DEVICEID_8161, 0,
"RealTek 8168 Gigabit Ethernet" },
{ NCUBE_VENDORID, RT_DEVICEID_8168, 0,
"TP-Link TG-3468 v2 (RTL8168) Gigabit Ethernet" },
{ RT_VENDORID, RT_DEVICEID_8169, 0,
Expand Down
1 change: 1 addition & 0 deletions sys/dev/rl/if_rlreg.h
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,7 @@ struct rl_softc {
#define RT_DEVICEID_8138 0x8138
#define RT_DEVICEID_8139 0x8139
#define RT_DEVICEID_8169SC 0x8167
#define RT_DEVICEID_8161 0x8161
#define RT_DEVICEID_8168 0x8168
#define RT_DEVICEID_8169 0x8169
#define RT_DEVICEID_8100 0x8100
Expand Down

0 comments on commit 76a2aee

Please sign in to comment.