From 33437af2e56c2edd6899f99558f80763fd34a722 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Fri, 27 Aug 1993 16:13:28 +0000 Subject: [PATCH] new routine: initialization for module_types.h --- src/drv/module_types.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/drv/module_types.c b/src/drv/module_types.c index 0ba328951..a98dc3f91 100644 --- a/src/drv/module_types.c +++ b/src/drv/module_types.c @@ -1,5 +1,4 @@ /* module_types.c */ -/* module_types.c */ /* share/epicsH $Id$ */ /* * Author: Marty Kraimer @@ -154,7 +153,7 @@ bo_addrs[BB902] = 0xd800; bo_addrs[XY220] = 0xc800; bo_addrs[VXI_AT5_BO] = 0xc000; bo_addrs[HPE1368A_BO] = 0xc000; -bo_addrs[AT8_FP10M_BO] = 0x0c00; +bo_addrs[AT8_FP10M_BO] = 0xc000; bo_addrs[XY240_BO] = 0xd000; sm_num_cards[CM57_83E] = 8; @@ -241,4 +240,5 @@ NIGPIB_IRQ_LEVEL = 5; MVME162_EXT_OFF = 0x40000000; MVME162_IVEC_BASE = 104; MVME162_IRQ_LEVEL = 5; +return(0); }