on IXP46x we can have up to 3 npe ethernet interfaces, so set the mac for the third...
[openwrt.git] / target / linux / ixp4xx / patches-2.6.25 / 400-dmabounce.patch
index 9831cd5..7dae291 100644 (file)
@@ -1,8 +1,6 @@
-Index: linux-2.6.25.4/arch/arm/common/dmabounce.c
-===================================================================
---- linux-2.6.25.4.orig/arch/arm/common/dmabounce.c
-+++ linux-2.6.25.4/arch/arm/common/dmabounce.c
-@@ -117,6 +117,10 @@ alloc_safe_buffer(struct dmabounce_devic
+--- a/arch/arm/common/dmabounce.c
++++ b/arch/arm/common/dmabounce.c
+@@ -117,6 +117,10 @@
        } else if (size <= device_info->large.size) {
                pool = &device_info->large;
        } else {
@@ -13,11 +11,9 @@ Index: linux-2.6.25.4/arch/arm/common/dmabounce.c
                pool = NULL;
        }
  
-Index: linux-2.6.25.4/arch/arm/mach-ixp4xx/Kconfig
-===================================================================
---- linux-2.6.25.4.orig/arch/arm/mach-ixp4xx/Kconfig
-+++ linux-2.6.25.4/arch/arm/mach-ixp4xx/Kconfig
-@@ -236,6 +236,11 @@ config DMABOUNCE
+--- a/arch/arm/mach-ixp4xx/Kconfig
++++ b/arch/arm/mach-ixp4xx/Kconfig
+@@ -236,6 +236,11 @@
        default y
        depends on PCI
  
This page took 0.021881 seconds and 4 git commands to generate.