Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [ppcoea-renovation] src/sys/arch/powerpc
Module Name: src
Committed By: garbled
Date: Mon May 7 18:11:41 UTC 2007
Modified Files:
src/sys/arch/powerpc/include [ppcoea-renovation]: isa_machdep.h
src/sys/arch/powerpc/isa [ppcoea-renovation]: isa_machdep_common.c
src/sys/arch/powerpc/pic [ppcoea-renovation]: intr.c
Log Message:
Rewrite how shared isa is done slightly. This will allow the individual
ports to override the shared functions if needed. Also, implement
isa_intr_alloc, which needed to be done inside pic/intr.c because it
needs access to structs which are static to the file.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.2.38.1 src/sys/arch/powerpc/include/isa_machdep.h
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sys/arch/powerpc/isa/isa_machdep_common.c
cvs rdiff -r1.1.2.12 -r1.1.2.13 src/sys/arch/powerpc/pic/intr.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