Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amigappc/conf Add mntva
details: https://anonhg.NetBSD.org/src/rev/71f1da8faecd
branches: trunk
changeset: 348156:71f1da8faecd
user: christos <christos%NetBSD.org@localhost>
date: Thu Oct 06 03:17:44 2016 +0000
description:
Add mntva
diffstat:
sys/arch/amigappc/conf/GENERIC | 8 ++++++--
sys/arch/amigappc/conf/files.amigappc | 9 ++++++++-
2 files changed, 14 insertions(+), 3 deletions(-)
diffs (59 lines):
diff -r 9b35ccc0ea8a -r 71f1da8faecd sys/arch/amigappc/conf/GENERIC
--- a/sys/arch/amigappc/conf/GENERIC Thu Oct 06 02:58:32 2016 +0000
+++ b/sys/arch/amigappc/conf/GENERIC Thu Oct 06 03:17:44 2016 +0000
@@ -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 @@
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 @@
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)
#
diff -r 9b35ccc0ea8a -r 71f1da8faecd sys/arch/amigappc/conf/files.amigappc
--- a/sys/arch/amigappc/conf/files.amigappc Thu Oct 06 02:58:32 2016 +0000
+++ b/sys/arch/amigappc/conf/files.amigappc Thu Oct 06 03:17:44 2016 +0000
@@ -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 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 @@
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
Home |
Main Index |
Thread Index |
Old Index