Clean out some cruft left behind by the old console code.

This commit is contained in:
bjh21 2006-08-16 09:47:26 +00:00
parent 4c04c967da
commit b70c967724
2 changed files with 4 additions and 22 deletions

View File

@ -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 <sys/param.h>
__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 <sys/systm.h>
#include <sys/kernel.h>
@ -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 { \

View File

@ -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 <sys/param.h>
__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 <sys/systm.h>
#include <sys/kernel.h>
@ -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");