Moved from ../dec/qbus/files.uba,v
This commit is contained in:
parent
ea56e2d6a7
commit
3a1ea0ce2f
|
@ -0,0 +1,19 @@
|
|||
# $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
|
Loading…
Reference in New Issue