git: 3c871489cdd6 - main - if_re: add Realtek Killer Ethernet E2600 IDs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Oct 2023 08:25:18 UTC
The branch main has been updated by kp:
URL: https://cgit.FreeBSD.org/src/commit/?id=3c871489cdd6c5606b2b1125f66b0e9b8f39561f
commit 3c871489cdd6c5606b2b1125f66b0e9b8f39561f
Author: Sk Razee <dragonflies@mailfence.com>
AuthorDate: 2023-10-06 06:08:16 +0000
Commit: Kristof Provost <kp@FreeBSD.org>
CommitDate: 2023-10-06 06:10:04 +0000
if_re: add Realtek Killer Ethernet E2600 IDs
PR: 274292
MFC after: 1 week
Reviewed by: kp
Event: Oslo Hackathon at Modirum
---
sys/dev/re/if_re.c | 2 ++
sys/dev/rl/if_rlreg.h | 1 +
2 files changed, 3 insertions(+)
diff --git a/sys/dev/re/if_re.c b/sys/dev/re/if_re.c
index 27984200bd91..83fd31fc4f0b 100644
--- a/sys/dev/re/if_re.c
+++ b/sys/dev/re/if_re.c
@@ -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,
diff --git a/sys/dev/rl/if_rlreg.h b/sys/dev/rl/if_rlreg.h
index 01634bb704c7..808d11e34346 100644
--- a/sys/dev/rl/if_rlreg.h
+++ b/sys/dev/rl/if_rlreg.h
@@ -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