if_re: add Realtek Killer Ethernet E2600 IDs

PR:		274292
MFC after:	1 week
Reviewed by:	kp
Event:		Oslo Hackathon at Modirum

(cherry picked from commit 3c871489cdd6c5606b2b1125f66b0e9b8f39561f)
This commit is contained in:
Sk Razee 2023-10-06 08:08:16 +02:00 committed by Kristof Provost
parent bbecb0ff6c
commit dc80e764d6
2 changed files with 3 additions and 0 deletions

View file

@ -178,6 +178,8 @@ static const struct rl_type re_devs[] = {
"D-Link DGE-528(T) Gigabit Ethernet Adapter" },
{ DLINK_VENDORID, DLINK_DEVICEID_530T_REVC, 0,
"D-Link DGE-530(T) Gigabit Ethernet Adapter" },
{ RT_VENDORID, RT_DEVICEID_2600, 0,
"RealTek Killer E2600 Gigabit Ethernet Controller" },
{ RT_VENDORID, RT_DEVICEID_8139, 0,
"RealTek 8139C+ 10/100BaseTX" },
{ RT_VENDORID, RT_DEVICEID_8101E, 0,

View file

@ -991,6 +991,7 @@ struct rl_softc {
/*
* RealTek chip device IDs.
*/
#define RT_DEVICEID_2600 0x2600
#define RT_DEVICEID_8139D 0x8039
#define RT_DEVICEID_8129 0x8129
#define RT_DEVICEID_8101E 0x8136