Remove unecessary references to arch/sparc/rcons/raster.h, and some other lint.

This commit is contained in:
jonathan 1995-09-20 05:36:13 +00:00
parent 3589d052f0
commit 2991316b06
3 changed files with 9 additions and 32 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: fb.c,v 1.7 1995/09/11 07:45:36 jonathan Exp $ */
/* $NetBSD: fb.c,v 1.8 1995/09/20 05:36:13 jonathan Exp $ */
/*-
* Copyright (c) 1992, 1993
@ -157,38 +157,12 @@ u_short defCursor[32] = {
};
/*
* Font mask bits used by fbBlitc().
*/
static unsigned int fontmaskBits[16] = {
0x00000000,
0x00000001,
0x00000100,
0x00000101,
0x00010000,
0x00010001,
0x00010100,
0x00010101,
0x01000000,
0x01000001,
0x01000100,
0x01000101,
0x01010000,
0x01010001,
0x01010100,
0x01010101
};
/*
* Pro-tem framebuffer pseudo-device driver
*/
/*#include <dev/cons.h>*/ /*XXX*/
#include <sys/device.h>
#include <sparc/rcons/raster.h>
#include <fb.h>
@ -277,6 +251,7 @@ got_it:
* Configure the keyboard/mouse based on machine type for turbochannel
* display boards.
*/
int
tb_kbdmouseconfig(fi)
struct fbinfo *fi;
{
@ -285,7 +260,7 @@ tb_kbdmouseconfig(fi)
#if defined(DEBUG) || defined(DIAGNOSTIC)
printf("tb_kbdmouseconfig: given non-console framebuffer\n");
#endif
return;
return 1;
}
switch (pmax_boardtype) {

View File

@ -1,4 +1,4 @@
/* $NetBSD: promio.c,v 1.4 1995/09/20 05:13:06 jonathan Exp $ */
/* $NetBSD: promio.c,v 1.5 1995/09/20 05:36:15 jonathan Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -69,7 +69,6 @@
#include <machine/pmioctl.h>
#include <machine/fbio.h>
#include <sparc/rcons/raster.h>
#include <machine/fbvar.h>
#include <pmax/dev/fbreg.h>
@ -168,7 +167,9 @@ consinit()
register char *oscon;
int screen = 0;
#ifdef RCONS_HACK
extern void (*v_putc) __P ((dev_t, int));
#endif
cn_tab = &cd;

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu_cons.c,v 1.4 1995/09/20 05:13:06 jonathan Exp $ */
/* $NetBSD: cpu_cons.c,v 1.5 1995/09/20 05:36:15 jonathan Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -69,7 +69,6 @@
#include <machine/pmioctl.h>
#include <machine/fbio.h>
#include <sparc/rcons/raster.h>
#include <machine/fbvar.h>
#include <pmax/dev/fbreg.h>
@ -168,7 +167,9 @@ consinit()
register char *oscon;
int screen = 0;
#ifdef RCONS_HACK
extern void (*v_putc) __P ((dev_t, int));
#endif
cn_tab = &cd;