Add DZ-11 to GENERIC & files.vax.
This commit is contained in:
parent
92a955a864
commit
6bd144b812
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.12 1996/03/17 22:56:29 ragge Exp $
|
||||
# $NetBSD: GENERIC,v 1.13 1996/05/19 16:25:23 ragge Exp $
|
||||
#
|
||||
# GENERIC VAX configuration file; all supported devices.
|
||||
#
|
||||
|
@ -102,6 +102,7 @@ ts0 at uba? csr 0172520 # TS11/TSV05 tape.
|
|||
|
||||
# Terminal lines
|
||||
dhu0 at uba? csr 0160440 # DHU-11
|
||||
dz0 at uba? csr 0160100 # DZ-11
|
||||
|
||||
pseudo-device loop 1
|
||||
pseudo-device pty 48
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.vax,v 1.18 1996/03/17 22:56:30 ragge Exp $
|
||||
# $NetBSD: files.vax,v 1.19 1996/05/19 16:25:29 ragge Exp $
|
||||
#
|
||||
# new style config file for vax architecture
|
||||
#
|
||||
|
@ -79,6 +79,11 @@ device dhu
|
|||
attach dhu at uba
|
||||
file arch/vax/uba/dhu.c dhu needs-count
|
||||
|
||||
# DZ11 at UBA
|
||||
device dz
|
||||
attach dz at uba
|
||||
file arch/vax/uba/dz.c dz needs-count
|
||||
|
||||
# These devices aren't tested (or even compiled!)
|
||||
# They are just included here to make some files happy ;)
|
||||
#
|
||||
|
@ -129,11 +134,6 @@ device dn
|
|||
attach dn at uba
|
||||
file arch/vax/uba/dn.c dn needs-count
|
||||
|
||||
# DZ11 at UBA
|
||||
device dz
|
||||
attach dz at uba
|
||||
file arch/vax/uba/dz.c dz needs-count
|
||||
|
||||
# IDC (RB730) on UBA (VAX 11/730)
|
||||
device idc { drive=-1 }
|
||||
attach idc at uba
|
||||
|
|
Loading…
Reference in New Issue