Module Name: src Committed By: snj Date: Thu Jan 9 17:16:47 UTC 2020
Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: cpu.c src/sys/arch/arm/arm32 [netbsd-9]: cpu.c src/sys/dev/fdt [netbsd-9]: fdtbus.c Log Message: Pull up following revision(s) (requested by martin in ticket #614): sys/arch/aarch64/aarch64/cpu.c: 1.32 sys/arch/arm/arm32/cpu.c: 1.138 sys/dev/fdt/fdtbus.c: 1.31 When attaching the first fdtbus, use the root "comptabile" (or failing that: "model") property to set the cpu model (in userland aka sysctl hw.model). When attaching the first cpu, do not overwrite a cpu model if it already had been set. To generate a diff of this commit: cvs rdiff -u -r1.20.2.2 -r1.20.2.3 src/sys/arch/aarch64/aarch64/cpu.c cvs rdiff -u -r1.129.4.1 -r1.129.4.2 src/sys/arch/arm/arm32/cpu.c cvs rdiff -u -r1.29.2.1 -r1.29.2.2 src/sys/dev/fdt/fdtbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.