diff options
Diffstat (limited to 'sys/arch/vax/qbus/files.uba')
-rw-r--r-- | sys/arch/vax/qbus/files.uba | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/sys/arch/vax/qbus/files.uba b/sys/arch/vax/qbus/files.uba new file mode 100644 index 00000000000..98761e6bf71 --- /dev/null +++ b/sys/arch/vax/qbus/files.uba @@ -0,0 +1,52 @@ +# $OpenBSD: files.uba,v 1.1 2000/04/27 03:14:48 bjc Exp $ +# $NetBSD: files.uba,v 1.6 1999/06/20 18:09:22 ragge Exp $ +# +# Config file and device description for machine-independent +# code for devices Digital Equipment Corp. Unibus and Q22 bus. +# Included by ports that need it. +device uba { csr } + +define qfont + +file arch/vax/qbus/uba.c uba + +# DZ-11 (-compatible) tty device driver. +device dz { }: tty +attach dz at uba with dz_uba +file arch/vax/qbus/dz.c dz needs-flag +file arch/vax/qbus/dz_uba.c dz_uba + +# DL-11 at UBA +device dl: tty +attach dl at uba +file arch/vax/qbus/dl.c dl needs-flag + +# DHU-11 at UBA +device dhu: tty +attach dhu at uba +file arch/vax/qbus/dhu.c dhu needs-flag + +# UDA50/whatever disk/tape MSCP controller +device mtc: mscp +attach mtc at uba +device uda: mscp +attach uda at uba +file arch/vax/qbus/uda.c uda | mtc + +# DEQNA/DELQA Ethernet controller +device qe: ifnet, ether +attach qe at uba +file arch/vax/if/if_qe.c qe + +# DEUNA/DELUA Ethernet controller +device de: ifnet, ether +attach de at uba +file arch/vax/if/if_de.c de + +# QDSS at UBA +device qd: qfont +attach qd at uba +file arch/vax/qbus/qd.c qd needs-count + +# Fontfile for DEC framebuffers, soon to die in favour for MI fontfiles. +file arch/vax/qbus/qfont.c qfont |