projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[tools] build fixes for squashfs4 on cygwin
[openwrt.git]
/
package
/
ar7-atm
/
patches
/
110-interrupt_fix.patch
diff --git
a/package/ar7-atm/patches/110-interrupt_fix.patch
b/package/ar7-atm/patches/110-interrupt_fix.patch
index
3883847
..
9acb862
100644
(file)
--- a/
package/ar7-atm/patches/110-interrupt_fix.patch
+++ b/
package/ar7-atm/patches/110-interrupt_fix.patch
@@
-1,7
+1,6
@@
-diff -ur atm.old/tn7atm.c atm.dev/tn7atm.c
---- atm.old/tn7atm.c 2007-04-20 21:04:28.479287240 +0200
-+++ atm.dev/tn7atm.c 2007-04-20 21:09:05.288205888 +0200
-@@ -553,7 +553,7 @@
+--- a/tn7atm.c
++++ b/tn7atm.c
+@@ -566,7 +566,7 @@ static int turbodsl_check_priority_type(
* Description: tnetd73xx SAR interrupt.
*
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
* Description: tnetd73xx SAR interrupt.
*
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@@
-10,7
+9,7
@@
diff -ur atm.old/tn7atm.c atm.dev/tn7atm.c
{
struct atm_dev *atmdev;
Tn7AtmPrivate *priv;
{
struct atm_dev *atmdev;
Tn7AtmPrivate *priv;
-@@ -5
80,6 +580,7 @@
+@@ -5
93,6 +593,7 @@ static void tn7atm_sar_irq (int irq, voi
#ifdef TIATM_INST_SUPP
psp_trace_par (ATM_DRV_SAR_ISR_EXIT, retval);
#endif
#ifdef TIATM_INST_SUPP
psp_trace_par (ATM_DRV_SAR_ISR_EXIT, retval);
#endif
@@
-18,7
+17,7
@@
diff -ur atm.old/tn7atm.c atm.dev/tn7atm.c
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-@@ -
589,7 +590,7 @@
+@@ -
602,7 +603,7 @@ static void tn7atm_sar_irq (int irq, voi
* Description: tnetd73xx DSL interrupt.
*
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
* Description: tnetd73xx DSL interrupt.
*
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@@
-27,7
+26,7
@@
diff -ur atm.old/tn7atm.c atm.dev/tn7atm.c
{
struct atm_dev *atmdev;
Tn7AtmPrivate *priv;
{
struct atm_dev *atmdev;
Tn7AtmPrivate *priv;
-@@ -6
11,6 +612,8 @@
+@@ -6
24,6 +625,8 @@ static void tn7atm_dsl_irq (int irq, voi
#ifdef TIATM_INST_SUPP
psp_trace_par (ATM_DRV_DSL_ISR_EXIT, retval);
#endif
#ifdef TIATM_INST_SUPP
psp_trace_par (ATM_DRV_DSL_ISR_EXIT, retval);
#endif
This page took
0.022806 seconds
and
4
git commands to generate.