summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sun/cgthree.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/sun/cgthree.c b/sys/dev/sun/cgthree.c
index ca757b445cf..668db32bcb1 100644
--- a/sys/dev/sun/cgthree.c
+++ b/sys/dev/sun/cgthree.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cgthree.c,v 1.1 2000/08/20 19:58:19 pk Exp $ */
+/* $NetBSD: cgthree.c,v 1.2 2000/08/20 20:01:45 pk Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -67,6 +67,11 @@
#include <machine/conf.h>
+static void cgthreeunblank(struct device *);
+static void cgthreeloadcmap(struct cgthree_softc *, int, int);
+static void cgthree_set_video(struct cgthree_softc *, int);
+static int cgthree_get_video(struct cgthree_softc *);
+
/* cdevsw prototypes */
cdev_decl(cgthree);
@@ -78,11 +83,6 @@ static struct fbdriver cgthreefbdriver = {
cgthreemmap
};
-static void cgthreeunblank(struct device *);
-static void cgthreeloadcmap(struct cgthree_softc *, int, int);
-static void cgthree_set_video(struct cgthree_softc *, int);
-static int cgthree_get_video(struct cgthree_softc *);
-
/* Video control parameters */
struct cg3_videoctrl {
unsigned char sense; /* Monitor sense value */