FreeBSD Bugzilla – Attachment 175029 Details for
Bug 212876
re(4): Add support for NCube 8168 network cards
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
if_re.diff
if_re.diff (text/plain), 894 bytes, created by
Tobias Kortkamp
on 2016-09-21 07:43:25 UTC
(
hide
)
Description:
if_re.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2016-09-21 07:43:25 UTC
Size:
894 bytes
patch
obsolete
>diff --git a/sys/dev/re/if_re.c b/sys/dev/re/if_re.c >index a5bc3be..4426152 100644 >--- a/sys/dev/re/if_re.c >+++ b/sys/dev/re/if_re.c >@@ -192,7 +192,9 @@ static const struct rl_type re_devs[] = { > { LINKSYS_VENDORID, LINKSYS_DEVICEID_EG1032, 0, > "Linksys EG1032 (RTL8169S) Gigabit Ethernet" }, > { USR_VENDORID, USR_DEVICEID_997902, 0, >- "US Robotics 997902 (RTL8169S) Gigabit Ethernet" } >+ "US Robotics 997902 (RTL8169S) Gigabit Ethernet" }, >+ { NCUBE_VENDORID, RT_DEVICEID_8168, 0, >+ "NCube Device 8168" }, > }; > > static const struct rl_hwrev re_hwrevs[] = { >diff --git a/sys/dev/rl/if_rlreg.h b/sys/dev/rl/if_rlreg.h >index 2cef251..0a9ebb1 100644 >--- a/sys/dev/rl/if_rlreg.h >+++ b/sys/dev/rl/if_rlreg.h >@@ -1158,3 +1158,6 @@ struct rl_softc { > /* US Robotics 997902 device ID */ > > #define USR_DEVICEID_997902 0x0116 >+ >+/* NCube vendor ID */ >+#define NCUBE_VENDORID 0x10FF
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
Flags:
tobik
:
maintainer-approval?
(
net
)
Actions:
View
|
Diff
Attachments on
bug 212876
: 175029