Module Name: src
Committed By: tsutsui
Date: Wed Dec 23 08:38:46 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
Note about bitmap access ops support for hp300 SGC CRX framebuffer.
To generate a diff of this commit:
cvs rdiff -u -r1.2767 -r1.2768 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.2767 src/doc/CHANGES:1.2768
--- src/doc/CHANGES:1.2767 Wed Dec 23 07:26:36 2020
+++ src/doc/CHANGES Wed Dec 23 08:38:45 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2767 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2768 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -318,3 +318,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
OpenSSL: Imported 1.1.1i. [christos 20201209]
pkg_install: Updated to 20201212. [wiz 20201212]
sparc64: Add environment monitoring for the E250 [jdc 20201223]
+ sti(4), hp300: Add bitmap access ops support for SGC CRX (A1659-66001)
+ framebuffer for HP9000/425t. [tsutsui 20201223]