mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
bbecb0ff6c
commit
dc80e764d6
2 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue