Module Name: src Committed By: mrg Date: Sat Feb 6 00:23:30 UTC 2010
Modified Files: src/sys/arch/sparc64/conf: SCHIZO src/sys/arch/sparc64/dev: schizo.c schizovar.h src/sys/arch/sparc64/sparc64: locore.s Log Message: - properly map the schizo interrupt registers, so we can use the normal virtual mappings to access them. - with the above fxied, kill SCHIZO_BUS_SPACE_BROKEN, and introduce an options CHEETAH for now, that disables the SPITFIRE code in locore. - merge schizo_init() into schizo_attach() and clean up the softc a bit. with this we are only one more step away from GENERIC booting on USIII machines. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/sparc64/conf/SCHIZO cvs rdiff -u -r1.12 -r1.13 src/sys/arch/sparc64/dev/schizo.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sparc64/dev/schizovar.h cvs rdiff -u -r1.310 -r1.311 src/sys/arch/sparc64/sparc64/locore.s Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.