From 588732c59b5525fdf448658a8ecd114468e7ad2e Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 10 Jul 1992 20:15:02 +0000 Subject: [PATCH] stripped hkv2f off the std base --- src/drv/drvComet.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/drv/drvComet.c b/src/drv/drvComet.c index a3de0cb9a..2f915acac 100644 --- a/src/drv/drvComet.c +++ b/src/drv/drvComet.c @@ -28,6 +28,9 @@ * Modification Log: * ----------------- * .01 joh 071092 added argument to calloc() + * .01 joh 071092 stripped the hkv2f specific portion off the comet + * std addr base specification and left it at base + * addr zero which is most likely wrong. */ /* @@ -106,7 +109,7 @@ struct comet_cr{ /* values that will end up in module_types.h */ #define COMET_SHORT_BASE_ADDR 0x0a000 -#define COMET_STD_BASE_ADDR 0xf1000000 +#define COMET_STD_BASE_ADDR 0x000000 #define FLAG_EOC 0x10 /* comet configuration data */