diff --git a/sys/arch/vax/conf/files.vax b/sys/arch/vax/conf/files.vax index 8ec948c6b789..3bb2d2c5cb58 100644 --- a/sys/arch/vax/conf/files.vax +++ b/sys/arch/vax/conf/files.vax @@ -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 @@ device smg: displaydev, wsemuldisplaydev 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 @@ device vp 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 --git a/sys/arch/vax/conf/majors.vax b/sys/arch/vax/conf/majors.vax index fad3aaa0e5eb..b18ac05056c8 100644 --- a/sys/arch/vax/conf/majors.vax +++ b/sys/arch/vax/conf/majors.vax @@ -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 mt char 38 block 15 mt 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