Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 609500 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]
91-irqf-disabled.patch
91-irqf-disabled.patch (text/plain), 832 bytes, created by
Florian Evers
on 2020-01-30 22:37:28 UTC
(
hide
)
Description:
91-irqf-disabled.patch
Filename:
MIME Type:
Creator:
Florian Evers
Created:
2020-01-30 22:37:28 UTC
Size:
832 bytes
patch
obsolete
>diff -uNr dahdi-linux-3.1.0-97appl/drivers/dahdi/ap400/ap400_drv.c dahdi-linux-3.1.0-98applMOD/drivers/dahdi/ap400/ap400_drv.c >--- dahdi-linux-3.1.0-97appl/drivers/dahdi/ap400/ap400_drv.c 2020-01-30 21:51:04.929177843 +0100 >+++ dahdi-linux-3.1.0-98applMOD/drivers/dahdi/ap400/ap400_drv.c 2020-01-30 21:59:57.373100388 +0100 >@@ -87,9 +87,6 @@ > #ifndef IRQF_SHARED > #define IRQF_SHARED SA_SHIRQ > #endif >-#ifndef IRQF_DISABLED >-#define IRQF_DISABLED SA_INTERRUPT >-#endif > #ifndef __iomem > #define __iomem > #endif >@@ -2140,7 +2137,7 @@ > wc->tspans[x]->spanflags |= wc->dt->flags; > } > >- if (request_irq(pdev->irq, ap4_interrupt, IRQF_DISABLED | IRQF_SHARED, "ap400", wc)) >+ if (request_irq(pdev->irq, ap4_interrupt, IRQF_SHARED, "ap400", wc)) > { > printk("%s: Unable to request IRQ %d\n", wc->variety, pdev->irq); > res = -EIO;
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