diff options
Diffstat (limited to 'sys/dev/sbus')
-rw-r--r-- | sys/dev/sbus/cgsix.c | 4 | ||||
-rw-r--r-- | sys/dev/sbus/cgthree.c | 4 |
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 *)); |