From c6fb8e90960d4504018e61bbe2bf06ff7f116d72 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 1 Aug 1995 15:33:39 +0000 Subject: updated mvme162 code from Misha (mms@eiscathq.irf.se) --- c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c') diff --git a/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c index f7f2824554..efbb89cb67 100644 --- a/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c +++ b/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c @@ -103,11 +103,13 @@ int bsp_start( m68k_set_vbr( &M68Kvec ); /* - * You may wish to make VME access round-robin here, currently + * You may wish to make the VME arbitration round-robin here, currently * we leave it as it is. */ - lcsr->vector_base = VECTOR_BASE; /* set the vector base register */ + /* set the Interrupt Base Vectors */ + + lcsr->vector_base = (VBR0 << 28) | (VBR1 << 24); m68k_enable_caching(); -- cgit v1.2.3