Source-Changes archive

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

CVS commit: src/sys/arch/prep



Module Name:    src
Committed By:   garbled
Date:           Thu Jun 29 17:16:59 UTC 2006

Modified Files:
        src/sys/arch/prep/include: intr.h
        src/sys/arch/prep/prep: extintr.c machdep.c

Log Message:
Change how the MPIC/OpenPIC is configured at boot.  Rather than scanning
for a magical PCI device location (that is sometimes wrong), we scan the
residual data for an MPIC, and if we find one, wire it up from there.
This will hopefully allow interrupts to work on the MPC750 and the
7025-F40. I suspect however the interrupt vector address on the 7025 will
still need some work.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/arch/prep/include/intr.h
cvs rdiff -r1.24 -r1.25 src/sys/arch/prep/prep/extintr.c
cvs rdiff -r1.62 -r1.63 src/sys/arch/prep/prep/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