Module Name: src
Committed By: tsutsui
Date: Mon Nov 21 14:39:47 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Note news68k PROM function based framebuffer console support.
To generate a diff of this commit:
cvs rdiff -u -r1.1628 -r1.1629 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.1628 src/doc/CHANGES:1.1629
--- src/doc/CHANGES:1.1628 Sat Nov 19 12:30:51 2011
+++ src/doc/CHANGES Mon Nov 21 14:39:47 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1628 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1629 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1171,3 +1171,5 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
[mbalmer 20111113]
httpd(8): Import bozohttpd-20111118. [mrg 20111118]
x68k: Remove pow(4) and rtcalarm(8) [isaki 20111119]
+ news68k: Add preliminary PROM function based framebuffer text console
+ support. [tsutsui 20111120]