Module Name: src
Committed By: martin
Date: Thu Apr 16 14:03:24 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Ticket #836
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-9.1
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.1
diff -u src/doc/CHANGES-9.1:1.1.2.36 src/doc/CHANGES-9.1:1.1.2.37
--- src/doc/CHANGES-9.1:1.1.2.36 Wed Apr 15 14:16:27 2020
+++ src/doc/CHANGES-9.1 Thu Apr 16 14:03:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.36 2020/04/15 14:16:27 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.37 2020/04/16 14:03:24 martin Exp $
A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
release:
@@ -944,3 +944,9 @@ sys/dev/wsfb/genfb.c 1.72
Get genfb's address offset correctly when the value >= 4G.
[msaitoh, ticket #835]
+sys/dev/pci/machfb.c 1.98
+
+ port-sparc64/55173: cean up the video mode selection logic,
+ switch modes only when actually necessary.
+ [jdc, ticket #836]
+