Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-11] src/sys/dev/arcbios
Module Name: src
Committed By: martin
Date: Thu Jan 22 20:17:53 UTC 2026
Modified Files:
src/sys/dev/arcbios [netbsd-11]: arcbios_calls.S
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #155):
sys/dev/arcbios/arcbios_calls.S: revision 1.5
arcbios: add hazard nops for pre-R4000 MIPS1 machines
All MIPS ARC (Advanced RISC Computing) machines have R4000/R4400
https://www.netbsd.org/docs/Hardware/Machines/ARC/
as supported by NetBSD/arc and they don't require nops,
but the sgimips port fakes ARCS for older R2k/R3k machines,
so it uses this code on older CPUs, too.
Patch from Steve Rumble on port-mips@:
https://mail-index.netbsd.org/port-mips/2025/12/06/msg001542.html
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.28.1 src/sys/dev/arcbios/arcbios_calls.S
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