1 Index: linux-2.6.24.7/arch/arm/common/dmabounce.c
2 ===================================================================
3 --- linux-2.6.24.7.orig/arch/arm/common/dmabounce.c
4 +++ linux-2.6.24.7/arch/arm/common/dmabounce.c
5 @@ -117,6 +117,10 @@ alloc_safe_buffer(struct dmabounce_devic
6 } else if (size <= device_info->large.size) {
7 pool = &device_info->large;
9 +#ifdef CONFIG_DMABOUNCE_DEBUG
10 + printk(KERN_INFO "A dma bounce buffer outside the pool size was requested. Requested size was 0x%08X\nThe calling code was :\n", size);
16 Index: linux-2.6.24.7/arch/arm/mach-ixp4xx/Kconfig
17 ===================================================================
18 --- linux-2.6.24.7.orig/arch/arm/mach-ixp4xx/Kconfig
19 +++ linux-2.6.24.7/arch/arm/mach-ixp4xx/Kconfig
20 @@ -236,6 +236,11 @@ config DMABOUNCE
24 +config DMABOUNCE_DEBUG
25 + bool "Enable DMABounce debuging"
27 + depends on DMABOUNCE
29 config IXP4XX_INDIRECT_PCI
30 bool "Use indirect PCI memory access"