Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   garbled
Date:           Mon Nov 26 19:58:31 UTC 2007

Modified Files:
        src/sys/arch/macppc/conf: files.macppc
        src/sys/arch/macppc/dev: ofb.c
        src/sys/arch/macppc/include: autoconf.h
        src/sys/arch/macppc/macppc: machdep.c
        src/sys/arch/ofppc/conf: files.ofppc
        src/sys/arch/ofppc/include: autoconf.h
        src/sys/arch/ofppc/ofppc: machdep.c
        src/sys/arch/ofppc/pci: pegasospci.c
        src/sys/arch/powerpc/oea: ofw_autoconf.c ofw_consinit.c
            ofwoea_machdep.c
Added Files:
        src/sys/arch/powerpc/oea: ofw_rascons.c ofw_rasconsvar.h
Removed Files:
        src/sys/arch/macppc/dev: ofb_cons.c ofbvar.h

Log Message:
Apply a set of patches from Frank Wille to make the genfb attachment work
better on ofppc.  In doing so, we also move a few functions around in
macppc and the generic ofw powerpc stuff to allow better sharing of code.
Also, introduce a model_init function.

move ofb_cons.c from macppc/dev to powerpc/oea and rename it to rascons.
This gets rid of some naming confusion, and makes it OFW-MI rather than
macppc specific.


To generate a diff of this commit:
cvs rdiff -r1.88 -r1.89 src/sys/arch/macppc/conf/files.macppc
cvs rdiff -r1.62 -r1.63 src/sys/arch/macppc/dev/ofb.c
cvs rdiff -r1.8 -r0 src/sys/arch/macppc/dev/ofb_cons.c
cvs rdiff -r1.10 -r0 src/sys/arch/macppc/dev/ofbvar.h
cvs rdiff -r1.14 -r1.15 src/sys/arch/macppc/include/autoconf.h
cvs rdiff -r1.149 -r1.150 src/sys/arch/macppc/macppc/machdep.c
cvs rdiff -r1.33 -r1.34 src/sys/arch/ofppc/conf/files.ofppc
cvs rdiff -r1.9 -r1.10 src/sys/arch/ofppc/include/autoconf.h
cvs rdiff -r1.97 -r1.98 src/sys/arch/ofppc/ofppc/machdep.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/ofppc/pci/pegasospci.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/powerpc/oea/ofw_autoconf.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/powerpc/oea/ofw_consinit.c \
    src/sys/arch/powerpc/oea/ofwoea_machdep.c
cvs rdiff -r0 -r1.1 src/sys/arch/powerpc/oea/ofw_rascons.c \
    src/sys/arch/powerpc/oea/ofw_rasconsvar.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