Module Name: src Committed By: rkujawa Date: Mon Oct 3 21:36:33 UTC 2016
Modified Files: src/doc: CHANGES Log Message: Note mntva(4). To generate a diff of this commit: cvs rdiff -u -r1.2190 -r1.2191 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.2190 src/doc/CHANGES:1.2191 --- src/doc/CHANGES:1.2190 Mon Oct 3 20:31:44 2016 +++ src/doc/CHANGES Mon Oct 3 21:36:32 2016 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2190 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2191 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -370,3 +370,6 @@ Changes from NetBSD 7.0 to NetBSD 8.0: libc: Add <stdalign.h> and <stdnoreturn.h>. [kamil 20161002] c11: Import cc(1) wrapper for C11. [kamil 20161003] libc: Add the C11 static_assert macro in <assert.h>. [kamil 20161003] + mntva(4): Add driver for MNTMN VA2000 FPGA-based graphics card for + Amiga computers with Zorro slot. Supports accelerated wsdisplay + console and wsfb-based X11. [rkujawa 20161003]