Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/conf Configury support for QVSS (from Charles D...
details: https://anonhg.NetBSD.org/src/rev/9a9a43042958
branches: trunk
changeset: 809353:9a9a43042958
user: matt <matt%NetBSD.org@localhost>
date: Sun Jul 05 03:06:27 2015 +0000
description:
Configury support for QVSS (from Charles Dickman)
diffstat:
sys/arch/vax/conf/files.vax | 23 +++++++++++++++++------
sys/arch/vax/conf/majors.vax | 3 ++-
2 files changed, 19 insertions(+), 7 deletions(-)
diffs (61 lines):
diff -r 018ba4fd1787 -r 9a9a43042958 sys/arch/vax/conf/files.vax
--- a/sys/arch/vax/conf/files.vax Sun Jul 05 03:03:00 2015 +0000
+++ b/sys/arch/vax/conf/files.vax Sun Jul 05 03:06:27 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.vax,v 1.119 2014/12/19 04:44:13 jklos Exp $
+# $NetBSD: files.vax,v 1.120 2015/07/05 03:06:27 matt Exp $
#
# new style config file for vax architecture
#
@@ -185,6 +185,22 @@
attach smg at vsbus
file arch/vax/vsa/smg.c smg needs-flag
+# Monochrome QVSS framebuffer on qbus (VCB01)
+device qv {}: displaydev, wsemuldisplaydev
+attach qv at uba
+attach genfb at qv with genfb_qv
+file arch/vax/uba/qv.c qv|genfb_qv needs-flag
+
+device qvaux { line=-1 }: tty
+attach qvaux at qv
+file arch/vax/uba/qvaux.c qvaux needs-flag
+
+attach lkkbd at qvaux with qvkbd
+file arch/vax/uba/qvkbd.c qvkbd needs-flag
+
+attach lkms at qvaux with qvms
+file arch/vax/uba/qvms.c qvms needs-flag
+
# Color framebuffer on VS4000/60.
device lcg: displaydev, wsemuldisplaydev
attach lcg at vsbus
@@ -290,11 +306,6 @@
attach vp at uba
file arch/vax/uba/vp.c vp needs-flag
-# QVSS at UBA
-device qv
-attach qv at uba
-file arch/vax/uba/qv.c qv needs-flag
-
# ACC LH/DH IMP on UBA
device acc: ifnet
attach acc at uba
diff -r 018ba4fd1787 -r 9a9a43042958 sys/arch/vax/conf/majors.vax
--- a/sys/arch/vax/conf/majors.vax Sun Jul 05 03:03:00 2015 +0000
+++ b/sys/arch/vax/conf/majors.vax Sun Jul 05 03:06:27 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: majors.vax,v 1.25 2014/12/19 04:44:13 jklos Exp $
+# $NetBSD: majors.vax,v 1.26 2015/07/05 03:06:27 matt Exp $
#
# Device majors for vax
#
@@ -51,6 +51,7 @@
device-major qd char 41 qd
device-major ipl char 42 ipfilter
device-major ii char 43 ingres
+device-major qvaux char 44 qvaux
device-major crx char 51 vax8200 | vaxany
Home |
Main Index |
Thread Index |
Old Index