Module Name: src Committed By: cliff Date: Mon Apr 12 22:02:52 UTC 2010
Modified Files: src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c Log Message: - include "rmixl_pcix.h" and "rmixl_pcie.h" to get the config flags - include rmixl_pcixvar.h to get proto for rmixl_physaddr_init_pcix() - calls to rmixl_physaddr_init_pcix() and rmixl_physaddr_init_pcie() depend on the config flags - eliminate vm_clusters[], just use mem_clusters[] for everything - add mem_cluster_maxaddr to track highest RAM addr, used to check PCI-X Host BARs; calculate his value just before calling mips_page_physload() i.e. once mem_clusters[] is stable. To generate a diff of this commit: cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/sys/arch/evbmips/rmixl/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.