Module Name:    src
Committed By:   christos
Date:           Thu Oct  6 03:17:44 UTC 2016

Modified Files:
        src/sys/arch/amigappc/conf: GENERIC files.amigappc

Log Message:
Add mntva


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/amigappc/conf/GENERIC
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/amigappc/conf/files.amigappc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amigappc/conf/GENERIC
diff -u src/sys/arch/amigappc/conf/GENERIC:1.25 src/sys/arch/amigappc/conf/GENERIC:1.26
--- src/sys/arch/amigappc/conf/GENERIC:1.25	Wed Aug 12 03:53:57 2015
+++ src/sys/arch/amigappc/conf/GENERIC	Wed Oct  5 23:17:44 2016
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.25 2015/08/12 07:53:57 maxv Exp $
+# $NetBSD: GENERIC,v 1.26 2016/10/06 03:17:44 christos Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include "arch/amigappc/conf/std.amigappc
 
 options 	INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident          "GENERIC-$Revision: 1.25 $"
+#ident          "GENERIC-$Revision: 1.26 $"
 
 maxusers	8
 
@@ -270,6 +270,10 @@ ite5		at grf5			# terminal emulators for
 ite6		at grf6			# terminal emulators for grfs
 ite7		at grf7			# terminal emulators for grfs
 
+# Needs wscons
+#mntva*          at zbus?                # MNTMN VA2000
+#options         MNTVA_CONSOLE
+
 #
 # Zorro-II, Zorro-III devices (sans graphics)
 #

Index: src/sys/arch/amigappc/conf/files.amigappc
diff -u src/sys/arch/amigappc/conf/files.amigappc:1.28 src/sys/arch/amigappc/conf/files.amigappc:1.29
--- src/sys/arch/amigappc/conf/files.amigappc:1.28	Tue Jan 21 19:24:39 2014
+++ src/sys/arch/amigappc/conf/files.amigappc	Wed Oct  5 23:17:44 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: files.amigappc,v 1.28 2014/01/22 00:24:39 christos Exp $
+#	$NetBSD: files.amigappc,v 1.29 2016/10/06 03:17:44 christos Exp $
 
 # maxpartitions must be first item in files.${ARCH}.newconf
 maxpartitions 16			# NOTE THAT AMIGA IS SPECIAL!
@@ -20,6 +20,8 @@ defflag	opt_amigacons.h		CV64CONSOLE CV3
 defflag	opt_amigacons.h		CV3DONZORRO2
 defflag	opt_amigacons.h		SERCONSOLE
 
+defflag	opt_mntva.h		MNTVA_CONSOLE
+
 defflag	opt_kfont.h		KFONT_CONS_ISO8859_1
 defflag	opt_kfont.h		KFONT_CONS_ISO8859_2
 
@@ -205,6 +207,11 @@ attach	grfcv at zbus
 file	arch/amiga/dev/grf_cv.c		grfcv needs-flag
 file	arch/amiga/dev/ite_cv.c		grfcv & ite
 
+# MNT VA2000
+device	mntva: wsemuldisplaydev, rasops16, rasops32, vcons, videomode
+attach	mntva at zbus
+file	arch/amiga/dev/mntva.c		mntva needs-flag
+
 # Tseng grf (ite6 grf6)
 device	grfet: grfbus
 attach	grfet at zbus

Reply via email to