From 964717bb56d8580795b956bf280a11c20a0b76fc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 4 Aug 2000 22:29:51 +0000 Subject: Now compiles after breaking things with mvme16x_hw.h --- c/src/lib/libbsp/m68k/mvme167/include/bsp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/lib/libbsp/m68k/mvme167/include/bsp.h') diff --git a/c/src/lib/libbsp/m68k/mvme167/include/bsp.h b/c/src/lib/libbsp/m68k/mvme167/include/bsp.h index 4ca30810ee..12af9fe2aa 100644 --- a/c/src/lib/libbsp/m68k/mvme167/include/bsp.h +++ b/c/src/lib/libbsp/m68k/mvme167/include/bsp.h @@ -48,6 +48,7 @@ extern "C" { /* i82596 is in mvme16x_hw.h */ /* NVRAM is in mvme16x_hw.h */ +#if 0 /* * Representation of the PCCchip2 */ @@ -107,6 +108,7 @@ typedef volatile struct pccchip2_regs_ { */ #define pccchip2 ((pccchip2_regs * const) 0xFFF42000) +#endif /* * The MVME167 is equiped with one or two MEMC040 memory controllers at * 0xFFF43000 and 0xFFF43100. This port assumes that the controllers -- cgit v1.2.3