# This is a BitKeeper generated patch for the following project: # Project Name: Linux 2.4 # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.134 -> 1.135 # arch/ppc/configs/mcpn765_defconfig 1.1 -> 1.2 # arch/ppc/kernel/mcpn765_pci.c 1.1 -> 1.2 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 01/06/07 trini@opus.bloom.county 1.135 # Update Motorola MCP(N) 765. # -------------------------------------------- # diff -Nru a/arch/ppc/configs/mcpn765_defconfig b/arch/ppc/configs/mcpn765_defconfig --- a/arch/ppc/configs/mcpn765_defconfig Thu Jun 7 12:27:45 2001 +++ b/arch/ppc/configs/mcpn765_defconfig Thu Jun 7 12:27:45 2001 @@ -28,14 +28,19 @@ # CONFIG_ALL_PPC is not set # CONFIG_APUS is not set # CONFIG_SPRUCE is not set +# CONFIG_PCORE is not set +# CONFIG_MENF1 is not set CONFIG_MCPN765=y # CONFIG_MVME5100 is not set # CONFIG_PRPMC750 is not set +# CONFIG_SANDPOINT is not set # CONFIG_K2 is not set # CONFIG_GEMINI is not set +# CONFIG_ZX4500 is not set # CONFIG_PPC601_SYNC_FIX is not set # CONFIG_SMP is not set CONFIG_ALTIVEC=y +# CONFIG_TAU is not set # # General setup @@ -117,6 +122,7 @@ # CONFIG_IP_MULTICAST is not set # CONFIG_IP_ADVANCED_ROUTER is not set CONFIG_IP_PNP=y +# CONFIG_IP_PNP_DHCP is not set CONFIG_IP_PNP_BOOTP=y # CONFIG_IP_PNP_RARP is not set # CONFIG_NET_IPIP is not set @@ -210,6 +216,7 @@ # CONFIG_EEPRO100 is not set # CONFIG_EEPRO100_PM is not set # CONFIG_LNE390 is not set +# CONFIG_FEALNX is not set # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set # CONFIG_NE3210 is not set @@ -381,6 +388,7 @@ CONFIG_ISO9660_FS=y # CONFIG_JOLIET is not set # CONFIG_MINIX_FS is not set +# CONFIG_VXFS_FS is not set # CONFIG_NTFS_FS is not set # CONFIG_NTFS_RW is not set # CONFIG_HPFS_FS is not set diff -Nru a/arch/ppc/kernel/mcpn765_pci.c b/arch/ppc/kernel/mcpn765_pci.c --- a/arch/ppc/kernel/mcpn765_pci.c Thu Jun 7 12:27:45 2001 +++ b/arch/ppc/kernel/mcpn765_pci.c Thu Jun 7 12:27:45 2001 @@ -73,6 +73,7 @@ hose->first_busno = 0; hose->last_busno = 0xff; hose->pci_mem_offset = MCPN765_PCI_PHY_MEM_OFFSET; + hose->mem_resources[0].end = 0xffffffff; hose->io_space.start = MCPN765_PCI_IO_START; hose->io_space.end = MCPN765_PCI_IO_END; hose->mem_space.start = MCPN765_PCI_MEM_START;