FreeBSD Bugzilla – Attachment 189913 Details for
Bug 225325
RealTek 8169 network devices don't seem to work with memory mapped registers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
re 8169 fix
freebsd_re_8169.patch (text/plain), 419 bytes, created by
aaron.styx
on 2018-01-19 18:58:11 UTC
(
hide
)
Description:
re 8169 fix
Filename:
MIME Type:
Creator:
aaron.styx
Created:
2018-01-19 18:58:11 UTC
Size:
419 bytes
patch
obsolete
>--- re.old/if_re.c 2018-01-19 13:45:22.463132733 -0500 >+++ re/if_re.c 2018-01-19 13:45:54.470354976 -0500 >@@ -1230,7 +1230,7 @@ > * Because RTL8169SC does not seem to work when memory mapping > * is used always activate io mapping. > */ >- if (devid == RT_DEVICEID_8169SC) >+ if (devid == RT_DEVICEID_8169SC || devid == RT_DEVICEID_8169) > prefer_iomap = 1; > if (prefer_iomap == 0) { > sc->rl_res_id = PCIR_BAR(1);
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 225325
:
189913
|
189996