summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/cgsix.c
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-05-21 20:25:29 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-05-21 20:25:29 +0000
commit1d268fde0b26378f6982602df82ad519e9c65693 (patch)
treefc9d2fa2ea7b6e96421d5816ec9473beae6a7192 /sys/dev/sbus/cgsix.c
parent3f227ad26413956edcba05665f9472b5c3ed1942 (diff)
Enable the blanker now that the X stuff is fixed
Diffstat (limited to 'sys/dev/sbus/cgsix.c')
-rw-r--r--sys/dev/sbus/cgsix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sbus/cgsix.c b/sys/dev/sbus/cgsix.c
index ea3862dcaee..3c1e2ee940a 100644
--- a/sys/dev/sbus/cgsix.c
+++ b/sys/dev/sbus/cgsix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cgsix.c,v 1.19 2002/04/08 17:49:42 jason Exp $ */
+/* $OpenBSD: cgsix.c,v 1.20 2002/05/21 20:25:28 jason Exp $ */
/*
* Copyright (c) 2001 Jason L. Wright (jason@thought.net)
@@ -247,7 +247,7 @@ struct wsdisplay_accessops cgsix_accessops = {
NULL, /* load_font */
NULL, /* scrollback */
NULL, /* getchar */
- NULL, /* burner */
+ cgsix_burner,
};
int cgsixmatch(struct device *, void *, void *);