Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga/amiga Make this compile without booting suppo...



details:   https://anonhg.NetBSD.org/src/rev/ee84c4b120a9
branches:  trunk
changeset: 477534:ee84c4b120a9
user:      is <is%NetBSD.org@localhost>
date:      Wed Oct 20 06:40:26 1999 +0000

description:
Make this compile without booting support for P568k+PPC boards

diffstat:

 sys/arch/amiga/amiga/amiga_init.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r bda9279bbd3b -r ee84c4b120a9 sys/arch/amiga/amiga/amiga_init.c
--- a/sys/arch/amiga/amiga/amiga_init.c Wed Oct 20 02:44:48 1999 +0000
+++ b/sys/arch/amiga/amiga/amiga_init.c Wed Oct 20 06:40:26 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: amiga_init.c,v 1.67 1999/10/15 21:50:35 is Exp $       */
+/*     $NetBSD: amiga_init.c,v 1.68 1999/10/20 06:40:26 is Exp $       */
 
 /*
  * Copyright (c) 1994 Michael L. Hitch
@@ -207,7 +207,9 @@
        struct boot_memlist *ml;
        u_int loadbase = 0;     /* XXXXXXXXXXXXXXXXXXXXXXXXXXXX */
        u_int *shadow_pt = 0;   /* XXXXXXXXXXXXXXXXXXXXXXXXXXXX */
+#ifdef P5PPC68KBOARD
         struct cfdev *cdp, *ecdp;
+#endif
 
 #ifdef DEBUG_KERNEL_START
        /* XXX this only is valid if Altais is in slot 0 */



Home | Main Index | Thread Index | Old Index