aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scgfbrndr.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-10-08 21:34:00 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-10-08 21:34:00 +0000
commit00d25f512caca4df740162885c93d1d528993a6b (patch)
tree7014a452ee05572d59c983b890955d7c3fa063ba /sys/dev/syscons/scgfbrndr.c
parent3c703fcbe2dcb28753c504dec77c3667f2c450ef (diff)
downloadsrc-00d25f512caca4df740162885c93d1d528993a6b.tar.gz
src-00d25f512caca4df740162885c93d1d528993a6b.zip
Initiate deorbit burn sequence for <machine/console.h>.
Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/console.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/console.h> files will be removed.
Notes
Notes: svn path=/head/; revision=66834
Diffstat (limited to 'sys/dev/syscons/scgfbrndr.c')
-rw-r--r--sys/dev/syscons/scgfbrndr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/syscons/scgfbrndr.c b/sys/dev/syscons/scgfbrndr.c
index 74615258d8ce..85c4418e1036 100644
--- a/sys/dev/syscons/scgfbrndr.c
+++ b/sys/dev/syscons/scgfbrndr.c
@@ -32,8 +32,9 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
+#include <sys/fbio.h>
+#include <sys/consio.h>
-#include <machine/console.h>
#include <machine/bus.h>
#include <dev/fb/fbreg.h>