Module Name:    src
Committed By:   snj
Date:           Thu Jan  9 17:18:43 UTC 2020

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.0

Log Message:
614


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.158 -r1.1.2.159 src/doc/CHANGES-9.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES-9.0
diff -u src/doc/CHANGES-9.0:1.1.2.158 src/doc/CHANGES-9.0:1.1.2.159
--- src/doc/CHANGES-9.0:1.1.2.158	Thu Jan  9 11:17:46 2020
+++ src/doc/CHANGES-9.0	Thu Jan  9 17:18:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.158 2020/01/09 11:17:46 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.159 2020/01/09 17:18:43 snj Exp $
 
 A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
 until the 9.0 release:
@@ -7646,3 +7646,13 @@ sys/arch/arm/rockchip/rk_vop.c			1.6
 	Fix pinebook pro display backlight dpms off.
 	[mrg, ticket #613]
 
+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.
+	[martin, ticket #614]
+

Reply via email to