files.uba revision 1.4 1 # $NetBSD: files.uba,v 1.4 1999/05/27 16:03:57 ragge Exp $
2 #
3 # Config file and device description for machine-independent
4 # code for devices Digital Equipment Corp. Unibus and Q22 bus.
5 # Included by ports that need it.
6 device uba { csr }
7
8 file dev/dec/uba/uba.c uba & new_uba
9
10 # DZ-11 (-compatible) tty device driver.
11 device dz { }: tty
12 attach dz at uba with dz_uba
13 file dev/dec/qbus/dz.c dz needs-flag
14 file dev/dec/qbus/dz_uba.c dz_uba & new_uba
15
16 # DL-11 at UBA
17 device dl: tty
18 attach dl at uba
19 file dev/dec/qbus/dl.c dl needs-flag
20