Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch
Module Name: syssrc
Committed By: chris
Date: Sat Oct 12 11:53:43 UTC 2002
Modified Files:
syssrc/sys/arch/cats/cats: cats_machdep.c
syssrc/sys/arch/cats/conf: files.cats
syssrc/sys/arch/cats/include: isa_machdep.h
syssrc/sys/arch/netwinder/conf: files.netwinder
syssrc/sys/arch/netwinder/include: isa_machdep.h
syssrc/sys/arch/netwinder/netwinder: netwinder_machdep.c
Added Files:
syssrc/sys/arch/arm/footbridge/isa: isa_machdep.c
Removed Files:
syssrc/sys/arch/cats/isa: isa_machdep.c
syssrc/sys/arch/netwinder/isa: isa_machdep.c
Log Message:
Merge isa_machdep.c from netwinder and cats into footbridge/isa (where it
joins other machdep files)
Saves maintaining multiple copies of the same thing, the only differences
were:
IRQ line used on the footbridge (made that a define in include/isa_machdep.h)
name of a dma_ranges variable contained arch name, so just made it generic.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/arch/arm/footbridge/isa/isa_machdep.c
cvs rdiff -r1.35 -r1.36 syssrc/sys/arch/cats/cats/cats_machdep.c
cvs rdiff -r1.21 -r1.22 syssrc/sys/arch/cats/conf/files.cats
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/cats/include/isa_machdep.h
cvs rdiff -r1.6 -r0 syssrc/sys/arch/cats/isa/isa_machdep.c
cvs rdiff -r1.25 -r1.26 syssrc/sys/arch/netwinder/conf/files.netwinder
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/netwinder/include/isa_machdep.h
cvs rdiff -r1.6 -r0 syssrc/sys/arch/netwinder/isa/isa_machdep.c
cvs rdiff -r1.39 -r1.40 \
syssrc/sys/arch/netwinder/netwinder/netwinder_machdep.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