FreeBSD Bugzilla – Attachment 245449 Details for
Bug 274292
Adding patch to support Realtek Killer Ethernet E2600
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for Realtek Killer Ethernet E2600
0001-Added-vendors-types-and-names-in-sys-dev-re-if_re.c-.patch (text/plain), 1.57 KB, created by
Sk Razee
on 2023-10-06 02:20:13 UTC
(
hide
)
Description:
Patch for Realtek Killer Ethernet E2600
Filename:
MIME Type:
Creator:
Sk Razee
Created:
2023-10-06 02:20:13 UTC
Size:
1.57 KB
patch
obsolete
>From 6d96701c5d724cd7e39727cbe0e756d353e99dea Mon Sep 17 00:00:00 2001 >From: Sk Razee <dragonflies@mailfence.com> >Date: Fri, 6 Oct 2023 02:11:01 -0500 >Subject: [PATCH] =?UTF-8?q?Added=20vendors/types=20and=20names=20in=20sys/?= > =?UTF-8?q?dev/re/if=5Fre.c=20and=20RealTek=20chip=20device=20ID=20in=20sy?= > =?UTF-8?q?s/dev/rl/if=5Frlreg.h=20files=20in=20order=20to=20recognize=20R?= > =?UTF-8?q?ealTek=20Killer=E2=84=A2=20Ethernet=20E2600?= >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >--- > 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 cf327932cd74..1040aee885ed 100644 >--- a/sys/dev/re/if_re.c >+++ b/sys/dev/re/if_re.c >@@ -180,6 +180,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 8bb8822d0a7d..86b12cb19260 100644 >--- a/sys/dev/rl/if_rlreg.h >+++ b/sys/dev/rl/if_rlreg.h >@@ -993,6 +993,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 >-- >2.41.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 274292
: 245449