summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2002-03-04 23:32:52 +0000
committerjason <jason@openbsd.org>2002-03-04 23:32:52 +0000
commit31cfcd5da7913cb7f65d33d2f1a7a045117bdec1 (patch)
treea5241c6d43c9efd5565615c5a930897290e14ea9
parentuse -ldes more (diff)
downloadwireguard-openbsd-31cfcd5da7913cb7f65d33d2f1a7a045117bdec1.tar.xz
wireguard-openbsd-31cfcd5da7913cb7f65d33d2f1a7a045117bdec1.zip
Disable the wscons burner functionality... I'm not in the mood to debug it right now.
-rw-r--r--sys/dev/sbus/cgsix.c4
-rw-r--r--sys/dev/sbus/cgthree.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/sbus/cgsix.c b/sys/dev/sbus/cgsix.c
index 6fd559d1425..cd79b118bc5 100644
--- a/sys/dev/sbus/cgsix.c
+++ b/sys/dev/sbus/cgsix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cgsix.c,v 1.13 2002/02/24 18:51:29 jason Exp $ */
+/* $OpenBSD: cgsix.c,v 1.14 2002/03/04 23:32:52 jason Exp $ */
/*
* Copyright (c) 2001 Jason L. Wright (jason@thought.net)
@@ -245,7 +245,7 @@ struct wsdisplay_accessops cgsix_accessops = {
NULL, /* load_font */
NULL, /* scrollback */
NULL, /* getchar */
- cgsix_burner,
+ NULL, /* burner */
};
int cgsixmatch __P((struct device *, void *, void *));
diff --git a/sys/dev/sbus/cgthree.c b/sys/dev/sbus/cgthree.c
index f254a57af67..98316a9dd2a 100644
--- a/sys/dev/sbus/cgthree.c
+++ b/sys/dev/sbus/cgthree.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cgthree.c,v 1.10 2002/02/24 18:51:29 jason Exp $ */
+/* $OpenBSD: cgthree.c,v 1.11 2002/03/04 23:32:52 jason Exp $ */
/*
* Copyright (c) 2001 Jason L. Wright (jason@thought.net)
@@ -182,7 +182,7 @@ struct wsdisplay_accessops cgthree_accessops = {
NULL, /* load_font */
NULL, /* scrollback */
NULL, /* getchar */
- cgthree_burner,
+ NULL, /* burner */
};
int cgthreematch __P((struct device *, void *, void *));