From 9bbf6fe17e4b059793c26bacd3c3851f8b7eb475 Mon Sep 17 00:00:00 2001 From: John Winans Date: Tue, 7 Feb 1995 18:53:56 +0000 Subject: [PATCH] Removed references to the mvme162 stuff (replaced by HiDEOS.) --- src/drv/module_types.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/drv/module_types.c b/src/drv/module_types.c index e554c792a..09996959b 100644 --- a/src/drv/module_types.c +++ b/src/drv/module_types.c @@ -237,8 +237,5 @@ NIGPIB_SHORT_OFF = 0x5000; NIGPIB_IVEC_BASE = 100; NIGPIB_IRQ_LEVEL = 5; -MVME162_EXT_OFF = 0x40000000; -MVME162_IVEC_BASE = 104; -MVME162_IRQ_LEVEL = 5; return(0); }