Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 298303 Details for
Bug 398133
net-misc/r8168: kernel 3.2 support (trivial patch included)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 8.026.00 and 8.027.00 to build on kernel 3.2
kernel_3.2.patch (text/plain), 484 bytes, created by
Nikos Chantziaras
on 2012-01-08 09:40:48 UTC
(
hide
)
Description:
Patch for 8.026.00 and 8.027.00 to build on kernel 3.2
Filename:
MIME Type:
Creator:
Nikos Chantziaras
Created:
2012-01-08 09:40:48 UTC
Size:
484 bytes
patch
obsolete
>diff -Naur a/src/r8168_n.c b/src/r8168_n.c >--- a/src/r8168_n.c 2011-11-16 14:25:12.000000000 +0200 >+++ b/src/r8168_n.c 2012-01-08 11:24:34.974345170 +0200 >@@ -14282,7 +14282,7 @@ > > txd = tp->TxDescArray + entry; > len = frag->size; >- addr = ((void *) page_address(frag->page)) + frag->page_offset; >+ addr = ((void *) page_address(frag->page.p)) + frag->page_offset; > mapping = pci_map_single(tp->pci_dev, addr, len, PCI_DMA_TODEVICE); > > /* anti gcc 2.95.3 bugware (sic) */
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 398133
:
298303
|
298305
|
298505