Source-Changes archive

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

CVS commit: src/sys/arch/hp300



Module Name:    src
Committed By:   thorpej
Date:           Tue Jan 16 03:44:44 UTC 2024

Modified Files:
        src/sys/arch/hp300/conf: files.hp300
        src/sys/arch/hp300/dev: dio.c frodo.c
        src/sys/arch/hp300/hp300: genassym.cf locore.s
        src/sys/arch/hp300/include: cpu.h intr.h vectors.h
Removed Files:
        src/sys/arch/hp300/hp300: intr.c

Log Message:
Switch hp300 over to the common interrupt dispatch code.

XXX There are still some things to fix up here, but it's no worse
than it was before (the problems date back to when we flattened
the device interrupt levels into IPL_VM).


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/hp300/conf/files.hp300
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/hp300/dev/dio.c
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/hp300/dev/frodo.c
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/hp300/hp300/genassym.cf
cvs rdiff -u -r1.44 -r0 src/sys/arch/hp300/hp300/intr.c
cvs rdiff -u -r1.180 -r1.181 src/sys/arch/hp300/hp300/locore.s
cvs rdiff -u -r1.75 -r1.76 src/sys/arch/hp300/include/cpu.h
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/hp300/include/intr.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hp300/include/vectors.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