From a5471b525063ba94c6f704d1b2c29add3fd9e9a8 Mon Sep 17 00:00:00 2001 From: kaloz Date: Thu, 10 May 2007 11:29:43 +0000 Subject: fixup avila networking, add support for the loft git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7168 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches/700-remove_avila_ixdp425_setup.patch | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 target/linux/ixp4xx-2.6/patches/700-remove_avila_ixdp425_setup.patch (limited to 'target/linux/ixp4xx-2.6/patches/700-remove_avila_ixdp425_setup.patch') diff --git a/target/linux/ixp4xx-2.6/patches/700-remove_avila_ixdp425_setup.patch b/target/linux/ixp4xx-2.6/patches/700-remove_avila_ixdp425_setup.patch new file mode 100644 index 000000000..852f6558b --- /dev/null +++ b/target/linux/ixp4xx-2.6/patches/700-remove_avila_ixdp425_setup.patch @@ -0,0 +1,39 @@ +diff -Nur linux-2.6.19.2/arch/arm/mach-ixp4xx/ixdp425-pci.c linux-2.6.19.2-owrt/arch/arm/mach-ixp4xx/ixdp425-pci.c +--- linux-2.6.19.2/arch/arm/mach-ixp4xx/ixdp425-pci.c 2007-04-15 14:26:04.000000000 +0200 ++++ linux-2.6.19.2-owrt/arch/arm/mach-ixp4xx/ixdp425-pci.c 2007-05-10 11:10:40.000000000 +0200 +@@ -66,7 +66,7 @@ + int __init ixdp425_pci_init(void) + { + if (machine_is_ixdp425() || machine_is_ixcdp1100() || +- machine_is_avila() || machine_is_ixdp465() || machine_is_compex()) ++ machine_is_ixdp465() || machine_is_compex()) + pci_common_init(&ixdp425_pci); + return 0; + } +diff -Nur linux-2.6.19.2/arch/arm/mach-ixp4xx/ixdp425-setup.c linux-2.6.19.2-owrt/arch/arm/mach-ixp4xx/ixdp425-setup.c +--- linux-2.6.19.2/arch/arm/mach-ixp4xx/ixdp425-setup.c 2007-04-15 14:26:49.000000000 +0200 ++++ linux-2.6.19.2-owrt/arch/arm/mach-ixp4xx/ixdp425-setup.c 2007-05-10 11:10:01.000000000 +0200 +@@ -205,23 +205,3 @@ + .init_machine = ixdp425_init, + MACHINE_END + #endif +- +-/* +- * Avila is functionally equivalent to IXDP425 except that it adds +- * a CF IDE slot hanging off the expansion bus. When we have a +- * driver for IXP4xx CF IDE with driver model support we'll move +- * Avila to it's own setup file. +- */ +-#ifdef CONFIG_ARCH_AVILA +-MACHINE_START(AVILA, "Gateworks Avila Network Platform") +- /* Maintainer: Deepak Saxena */ +- .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, +- .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, +- .map_io = ixp4xx_map_io, +- .init_irq = ixp4xx_init_irq, +- .timer = &ixp4xx_timer, +- .boot_params = 0x0100, +- .init_machine = ixdp425_init, +-MACHINE_END +-#endif +- -- cgit v1.2.3