patch-2.4.7 linux/arch/arm/mach-footbridge/ebsa285-pci.c
Next file: linux/arch/arm/mach-footbridge/netwinder-pci.c
Previous file: linux/arch/arm/mach-footbridge/cats-pci.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Wed Jul 4 15:43:05 2001
- Orig file:
v2.4.6/linux/arch/arm/mach-footbridge/ebsa285-pci.c
- Orig date:
Sun Sep 3 11:19:11 2000
diff -u --recursive --new-file v2.4.6/linux/arch/arm/mach-footbridge/ebsa285-pci.c linux/arch/arm/mach-footbridge/ebsa285-pci.c
@@ -11,6 +11,7 @@
#include <asm/irq.h>
#include <asm/mach/pci.h>
+#include <asm/hardware/dec21285.h>
static int irqmap_ebsa285[] __initdata = { IRQ_IN3, IRQ_IN1, IRQ_IN0, IRQ_PCI };
@@ -33,7 +34,9 @@
}
struct hw_pci ebsa285_pci __initdata = {
- init: dc21285_init,
- swizzle: ebsa285_swizzle,
- map_irq: ebsa285_map_irq,
+ setup_resources: dc21285_setup_resources,
+ init: dc21285_init,
+ mem_offset: DC21285_PCI_MEM,
+ swizzle: ebsa285_swizzle,
+ map_irq: ebsa285_map_irq,
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)