20 lines
534 B
Plaintext
20 lines
534 B
Plaintext
# $NetBSD: files.uba,v 1.4 1999/05/27 16:03:57 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 }
|
|
|
|
file dev/dec/uba/uba.c uba & new_uba
|
|
|
|
# DZ-11 (-compatible) tty device driver.
|
|
device dz { }: tty
|
|
attach dz at uba with dz_uba
|
|
file dev/dec/qbus/dz.c dz needs-flag
|
|
file dev/dec/qbus/dz_uba.c dz_uba & new_uba
|
|
|
|
# DL-11 at UBA
|
|
device dl: tty
|
|
attach dl at uba
|
|
file dev/dec/qbus/dl.c dl needs-flag
|