Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/sparc



Module Name:    syssrc
Committed By:   thorpej
Date:           Sun Aug 25 17:55:05 UTC 2002

Modified Files:
        syssrc/sys/arch/sparc/dev: bootbus.c obio.c sbus.c sbusvar.h
        syssrc/sys/arch/sparc/include: bus.h
        syssrc/sys/arch/sparc/sparc: autoconf.c cpuunit.c machdep.c msiiep.c

Log Message:
Put a bus's ranges in the bus space tag, and make sparc_bus_map()
perform the translation and recursion if t->ranges != NULL.  Make
sbus, cpuunit, and bootbus inherit the parent's map/mmap routines,
and delete the now-unused mapping functions.  Update all places where
bus space tags are statically allocated.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/sparc/dev/bootbus.c
cvs rdiff -r1.52 -r1.53 syssrc/sys/arch/sparc/dev/obio.c
cvs rdiff -r1.47 -r1.48 syssrc/sys/arch/sparc/dev/sbus.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/arch/sparc/dev/sbusvar.h
cvs rdiff -r1.32 -r1.33 syssrc/sys/arch/sparc/include/bus.h
cvs rdiff -r1.173 -r1.174 syssrc/sys/arch/sparc/sparc/autoconf.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/sparc/sparc/cpuunit.c
cvs rdiff -r1.197 -r1.198 syssrc/sys/arch/sparc/sparc/machdep.c
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/sparc/sparc/msiiep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index