Configury support for QVSS (from Charles Dickman)
This commit is contained in:
parent
5227f182c7
commit
7e4aa81e25
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user