diff --git a/sys/arch/acorn32/acorn32/rpc_machdep.c b/sys/arch/acorn32/acorn32/rpc_machdep.c index d813b6175dc8..f27316c50beb 100644 --- a/sys/arch/acorn32/acorn32/rpc_machdep.c +++ b/sys/arch/acorn32/acorn32/rpc_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: rpc_machdep.c,v 1.63 2006/08/14 22:04:30 bjh21 Exp $ */ +/* $NetBSD: rpc_machdep.c,v 1.64 2006/08/16 09:47:26 bjh21 Exp $ */ /* * Copyright (c) 2000-2002 Reinoud Zandijk. @@ -54,7 +54,7 @@ #include -__KERNEL_RCSID(0, "$NetBSD: rpc_machdep.c,v 1.63 2006/08/14 22:04:30 bjh21 Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rpc_machdep.c,v 1.64 2006/08/16 09:47:26 bjh21 Exp $"); #include #include @@ -206,8 +206,6 @@ static void canonicalise_bootconfig(struct bootconfig *, struct bootconfig *); static void process_kernel_args(void); extern void dump_spl_masks(void); -extern void vidcrender_reinit(void); -extern int vidcrender_blank(struct vconsole *, int); void rpc_sa110_cc_setup(void); @@ -217,11 +215,7 @@ void parse_rpc_bootargs(char *args); extern void dumpsys(void); -#if NVIDCVIDEO > 0 # define console_flush() /* empty */ -#else - extern void console_flush(void); -#endif #define panic2(a) do { \ diff --git a/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c b/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c index 28c9ba1b5eca..b6a68b4c124b 100644 --- a/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c +++ b/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: eb7500atx_machdep.c,v 1.3 2005/12/11 12:16:05 christos Exp $ */ +/* $NetBSD: eb7500atx_machdep.c,v 1.4 2006/08/16 09:47:26 bjh21 Exp $ */ /* * Copyright (c) 2000-2002 Reinoud Zandijk. @@ -50,12 +50,11 @@ #include "opt_ddb.h" #include "opt_pmap_debug.h" #include "vidcvideo.h" -#include "rpckbd.h" #include "pckbc.h" #include -__KERNEL_RCSID(0, "$NetBSD: eb7500atx_machdep.c,v 1.3 2005/12/11 12:16:05 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: eb7500atx_machdep.c,v 1.4 2006/08/16 09:47:26 bjh21 Exp $"); #include #include @@ -209,8 +208,6 @@ static void canonicalise_bootconfig(struct bootconfig *, struct bootconfig *); static void process_kernel_args(void); extern void dump_spl_masks(void); -extern void vidcrender_reinit(void); -extern int vidcrender_blank(struct vconsole *, int); void rpc_sa110_cc_setup(void); @@ -220,11 +217,7 @@ void parse_rpc_bootargs(char *args); extern void dumpsys(void); -#if NVIDCVIDEO > 0 # define console_flush() /* empty */ -#else - extern void console_flush(void); -#endif #define panic2(a) do { \ @@ -818,11 +811,6 @@ initarm(void *cookie) vidc_base = (int *) VIDC_BASE; iomd_base = IOMD_BASE; -#if NVIDCVIDEO == 0 - physcon_display_base(VMEM_VBASE); - vidcrender_reinit(); -#endif - #ifdef VERBOSE_INIT_ARM printf("running on the new L1 page table!\n"); printf("done.\n");