Module Name: src
Committed By: martin
Date: Fri Dec 24 13:00:05 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Ticket #1391
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.59 -r1.1.2.60 src/doc/CHANGES-9.3
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.3
diff -u src/doc/CHANGES-9.3:1.1.2.59 src/doc/CHANGES-9.3:1.1.2.60
--- src/doc/CHANGES-9.3:1.1.2.59 Sun Dec 19 16:39:28 2021
+++ src/doc/CHANGES-9.3 Fri Dec 24 13:00:05 2021
@@ -1,4 +1,4 @@
-29~# $NetBSD: CHANGES-9.3,v 1.1.2.59 2021/12/19 16:39:28 martin Exp $
+29~# $NetBSD: CHANGES-9.3,v 1.1.2.60 2021/12/24 13:00:05 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -1125,3 +1125,17 @@ sys/dev/usb/usbdevs_data.h (regen)
Add two additional cyperpower UPS ids to be ignored as HID devices.
[mrg, ticket #1395]
+usr.sbin/cpuctl/arch/i386.c 1.118-1.119, 1.121-1.122
+usr.sbin/cpuctl/arch/cpuctl_i386.h 1.6
+sys/arch/x86/x86/identcpu_subr.c 1.8-1.9
+sys/arch/x86/x86/identcpu.c 1.123
+sys/arch/x86/include/cacheinfo.h 1.30
+sys/arch/x86/include/cpu.h 1.132
+
+ - Fix a bug that some TLB related lines were not printed.
+ - Fix a bug that STLB is printed as DTLB.
+ - If a TLB is variable sized, print the max size instead of error
+ message.
+ - Cosmetic changes to improve readability.
+ [msaitoh, ticket #1391]
+