From: Sam Leffler Date: Thu, 20 May 1982 05:48:45 +0000 (-0800) Subject: it's a kludge, so keep based on the machine name X-Git-Tag: BSD-4_1c_2-Snapshot-Development~3379 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/243189a0c93b2bcbf99bfb9555b693430c19a1c8 it's a kludge, so keep based on the machine name SCCS-vsn: sys/vax/uba/vp.c 4.14 --- 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");