summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/dev/mfbvar.h
diff options
context:
space:
mode:
authorThomas Graichen <graichen@cvs.openbsd.org>1996-12-22 15:19:07 +0000
committerThomas Graichen <graichen@cvs.openbsd.org>1996-12-22 15:19:07 +0000
commitca1c7fedd990e6b1e7244233df5a6a638f0e4e31 (patch)
tree20016b11dce3c72001f0e250c8f1a714ed64e546 /sys/arch/pmax/dev/mfbvar.h
parentde4c3561677938c64d13b1e5112686a88b0b47fe (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/mfbvar.h')
-rw-r--r--sys/arch/pmax/dev/mfbvar.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/pmax/dev/mfbvar.h b/sys/arch/pmax/dev/mfbvar.h
new file mode 100644
index 00000000000..9ba98ecbe5a
--- /dev/null
+++ b/sys/arch/pmax/dev/mfbvar.h
@@ -0,0 +1,8 @@
+/* $NetBSD: mfbvar.h,v 1.1 1996/09/21 03:06:37 jonathan Exp $ */
+
+/*
+ * Initialize a Turbochannel MFB 1280x1024x1 2-d framebuffer,
+ * so it can be used as a bitmapped glass-tty console device.
+ */
+extern int
+mcfbinit __P((struct fbinfo *fi, caddr_t base, int unit, int silent));