diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1996-12-22 15:19:07 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1996-12-22 15:19:07 +0000 |
commit | ca1c7fedd990e6b1e7244233df5a6a638f0e4e31 (patch) | |
tree | 20016b11dce3c72001f0e250c8f1a714ed64e546 /sys/arch/pmax/dev/fb.c | |
parent | de4c3561677938c64d13b1e5112686a88b0b47fe (diff) |
update the pmax stuff to NetBSD 961107 - this version i got somehow
compiled on my decstation 2100 (PLUTO) - but it will not fully work
out of the box - but i want to bring it into the tree because i get
my own pmax on 961228 - so that i have a good startpoint then :-)
all the OpenBSD changes to the pmax tree will follow in the next commit
Diffstat (limited to 'sys/arch/pmax/dev/fb.c')
-rw-r--r-- | sys/arch/pmax/dev/fb.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/arch/pmax/dev/fb.c b/sys/arch/pmax/dev/fb.c index 0edc22e46bc..78819923641 100644 --- a/sys/arch/pmax/dev/fb.c +++ b/sys/arch/pmax/dev/fb.c @@ -1,4 +1,4 @@ -/* $NetBSD: fb.c,v 1.10.4.1 1996/08/13 08:32:18 jonathan Exp $ */ +/* $NetBSD: fb.c,v 1.18 1996/10/14 04:55:26 jonathan Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -65,6 +65,7 @@ #include <sys/systm.h> #include <sys/ioctl.h> #include <sys/device.h> +#include <sys/poll.h> #include <sys/tty.h> #include <sys/time.h> #include <sys/kernel.h> @@ -83,7 +84,7 @@ #include <sys/conf.h> #include <machine/conf.h> -#include <machine/machConst.h> +#include <pmax/cpuregs.h> /* mips cached->uncached */ #include <machine/pmioctl.h> #include <machine/fbio.h> @@ -115,9 +116,7 @@ */ /* qvss/pm compatible and old 4.4bsd/pmax driver functions */ -void fbKbdEvent(), fbMouseEvent(), fbMouseButtons(); -void fbBlitc __P((int c, struct fbinfo *fi)); -void fbPutc __P((dev_t dev, int c)); + extern int pmax_boardtype; extern void fbScreenInit __P (( struct fbinfo *fi)); |