diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2002-05-11 09:54:09 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2002-05-11 09:54:09 +0000 |
commit | 65d77ad47cb1100d6d05d6001a1dbfc6862d8540 (patch) | |
tree | b8a161490474cf44c68781edb0cf89177a004b02 /sys | |
parent | 6009fc3864e5bcddf40e43c85e8f14f0cba6e46b (diff) |
Enable dz at uba, since it seems to move characters back and forth
in the SIMH/VAX simulator OK. If anyone has an actual card to test,
a report would be appreciated.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/vax/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/vax/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index f78a2a68c48..a55069c9d59 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.30 2002/01/31 11:49:02 hugh Exp $ +# $OpenBSD: GENERIC,v 1.31 2002/05/11 09:54:08 hugh Exp $ # $NetBSD: GENERIC,v 1.61 2000/04/19 06:50:36 itojun Exp $ machine vax # machine type; required @@ -112,7 +112,7 @@ mtc0 at uba? csr 0174500 # Tape MSCP ctlr #de0 at uba? csr 0174510 # DELUA/DEUNA #qe0 at uba? csr 0174440 # DEQNA/DELQA #dhu0 at uba? csr 0160440 # DHU-11 -#dz0 at uba? csr 0160100 # DZ-11 +dz0 at uba? csr 0160100 # DZ-11 #dl0 at uba? csr 0176500 # DL-11 # MSCP devices diff --git a/sys/arch/vax/conf/RAMDISK b/sys/arch/vax/conf/RAMDISK index 47c4dacda11..809e0236ef8 100644 --- a/sys/arch/vax/conf/RAMDISK +++ b/sys/arch/vax/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.15 2002/04/05 03:09:34 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.16 2002/05/11 09:54:08 hugh Exp $ machine vax # machine type @@ -122,7 +122,7 @@ mtc0 at uba? csr 0174500 # Tape MSCP ctlr #de0 at uba? csr 0174510 # DELUA/DEUNA #qe0 at uba? csr 0174440 # DEQNA/DELQA #dhu0 at uba? csr 0160440 # DHU-11 -#dz0 at uba? csr 0160100 # DZ-11 +dz0 at uba? csr 0160100 # DZ-11 #dl0 at uba? csr 0176500 # DL-11 # MSCP devices |