Module Name: src
Committed By: phx
Date: Thu Nov 12 15:13:03 UTC 2015
Modified Files:
src/doc: CHANGES
Log Message:
Amiga Xorg support.
To generate a diff of this commit:
cvs rdiff -u -r1.2112 -r1.2113 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.2112 src/doc/CHANGES:1.2113
--- src/doc/CHANGES:1.2112 Sat Nov 7 23:16:00 2015
+++ src/doc/CHANGES Thu Nov 12 15:13:03 2015
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2112 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2113 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -215,3 +215,8 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
created. Provide support for a poll based svc_run() and the
global variables svc_pollfd and svc_pollfd_max.
[christos 20151107]
+ amiga: wsdisplay(4) virtual terminals are working on CV64 and
+ CV64/3D. [phx 20151112]
+ amiga: Build the Xorg server with wsfb(4) driver.
+ Added wsfb(4) support for CV64 and CV64/3D graphics cards.
+ [phx 20151112]