Source-Changes archive

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

CVS commit: src/sys/arch/mipsco



Module Name:    src
Committed By:   andvar
Date:           Sun Oct  8 22:10:49 UTC 2023

Modified Files:
        src/sys/arch/mipsco/include: bus.h isa_machdep.h
        src/sys/arch/mipsco/isa: isa_machdep.c

Log Message:
Update __BS_TYPENAME(BITS) macro to combine uint type instead of u_int.
Constify bus_space_write_multi one of params.
Remove unused ic_intr property from mipsco_isa_chipset struct.
Add __INTR_PRIVATE definition to mipsco isa_machdep.c.

Fixes RC3230 mipsco kernel config (w/o KGDB option, will be addressed later).


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/mipsco/include/bus.h
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/mipsco/include/isa_machdep.h
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/mipsco/isa/isa_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