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/pic



Module Name:    src
Committed By:   garbled
Date:           Fri May  4 00:57:25 UTC 2007

Modified Files:
        src/sys/arch/powerpc/pic [ppcoea-renovation]: files.pic pic_prepivr.c
            picvar.h
Added Files:
        src/sys/arch/powerpc/pic [ppcoea-renovation]: pic_i8259.c

Log Message:
Add an i8259 pic. Compile tested only.
Add 8259 initialization code to prepivr. (Forgot to add this when I nuked
init_icu(), oddly enough, my machine didn't care, but I'm sure thats pure
luck.)
There is probably alot more sharing that can take place between these two
files, but I'm not sure how to accomplish it yet because of the PIC_XXX
options.  That will be a TODO item.


To generate a diff of this commit:
cvs rdiff -r1.1.2.5 -r1.1.2.6 src/sys/arch/powerpc/pic/files.pic
cvs rdiff -r0 -r1.1.2.1 src/sys/arch/powerpc/pic/pic_i8259.c
cvs rdiff -r1.1.2.3 -r1.1.2.4 src/sys/arch/powerpc/pic/pic_prepivr.c
cvs rdiff -r1.1.2.7 -r1.1.2.8 src/sys/arch/powerpc/pic/picvar.h

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