Source-Changes archive

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

CVS commit: [chris-arm-intr-rework] src/sys/arch/arm



Module Name:    src
Committed By:   chris
Date:           Sat Jan 26 19:27:10 UTC 2008

Modified Files:
        src/sys/arch/arm/arm [chris-arm-intr-rework]: arm_irqhandler.c
        src/sys/arch/arm/footbridge [chris-arm-intr-rework]:
            footbridge_irqhandler.c
        src/sys/arch/arm/footbridge/isa [chris-arm-intr-rework]: isa_machdep.c
        src/sys/arch/arm/include [chris-arm-intr-rework]: arm_intr.h

Log Message:
Rename some structures, eg intrq->intrline, irqgroup->pic.  A lot of
member variables have changed name to reflect this.

Change the API for registering a PIC with the common code, so that it
passes a structure to the common code, rather than lots of parameters.


To generate a diff of this commit:
cvs rdiff -r1.1.2.5 -r1.1.2.6 src/sys/arch/arm/arm/arm_irqhandler.c
cvs rdiff -r1.17.24.5 -r1.17.24.6 \
    src/sys/arch/arm/footbridge/footbridge_irqhandler.c
cvs rdiff -r1.6.50.3 -r1.6.50.4 src/sys/arch/arm/footbridge/isa/isa_machdep.c
cvs rdiff -r1.1.2.5 -r1.1.2.6 src/sys/arch/arm/include/arm_intr.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