Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 609502 Details for
Bug 705860
net-misc/dahdi-3.1.0: lacks support of zaphfc driver
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
92-opvxa1200-nmi.patch
92-opvxa1200-nmi.patch (text/plain), 507 bytes, created by
Florian Evers
on 2020-01-30 22:37:49 UTC
(
hide
)
Description:
92-opvxa1200-nmi.patch
Filename:
MIME Type:
Creator:
Florian Evers
Created:
2020-01-30 22:37:49 UTC
Size:
507 bytes
patch
obsolete
>--- dahdi-linux-2.11.1/drivers/dahdi/opvxa1200/base.c 2017-11-06 22:07:41.420028793 +0000 >+++ dahdi-linux-2.11.1/drivers/dahdi/opvxa1200/base.c 2017-11-07 02:35:44.340098289 +0000 >@@ -100,8 +100,13 @@ > #include <linux/pci.h> > #include <linux/interrupt.h> > #include <linux/moduleparam.h> >+#include <linux/version.h> > #include <asm/io.h> >+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0) >+#include <linux/nmi.h> >+#else > #include <linux/sched.h> >+#endif > #include "proslic.h" > > /* MiaoLin debug start */
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 705860
:
608576
|
609498
|
609500
| 609502 |
609504