re(4): Add a 8168-compatible device ID
This is described in RealTek's driver as a "RTL8168 Series add-on card." PR: 250037 Submitted by: Hiroshi HASEGAWA <hhase1973@gmail.com> MFC after: 1 week
This commit is contained in:
parent
4e2266100d
commit
ce3e137ca1
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user