From 243189a0c93b2bcbf99bfb9555b693430c19a1c8 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Wed, 19 May 1982 21:48:45 -0800 Subject: [PATCH] it's a kludge, so keep based on the machine name SCCS-vsn: sys/vax/uba/vp.c 4.14 --- usr/src/sys/vax/uba/vp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/sys/vax/uba/vp.c b/usr/src/sys/vax/uba/vp.c index 77668b3b64..e0183088b8 100644 --- a/usr/src/sys/vax/uba/vp.c +++ b/usr/src/sys/vax/uba/vp.c @@ -1,4 +1,4 @@ -/* vp.c 4.13 82/05/19 */ +/* vp.c 4.14 82/05/19 */ #include "vp.h" #if NVP > 0 @@ -93,7 +93,7 @@ vpprobe(reg) vpaddr->prbcr = 1; DELAY(10000); vpaddr->prcsr = 0; -#if OVPR || CAD +#if ERNIE || CAD || UCBVAX /* UNTIL REWIRED, GET INTERRUPT AT 200 BUT WANT 174 */ if (cvec == 0200) { printf("vp reset vec from 200 to 174\n"); -- 2.20.1