From 68d0f3f4de2cbe74fae95d7f1e2e23948ee58f10 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 9 Oct 2000 07:29:41 +0000 Subject: A couple of negative options was not commented out in NOTES/LINT. This obscured a #include bug in syscons. --- sys/conf/NOTES | 4 ++-- sys/dev/syscons/scvesactl.c | 2 ++ sys/i386/conf/NOTES | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'sys') diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 3299cd8..c7214f1 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1126,8 +1126,8 @@ options VGA_ALT_SEQACCESS # If you can dispense with some vga driver features, you may want to # use the following options to save some memory. -options VGA_NO_FONT_LOADING # don't save/load font -options VGA_NO_MODE_CHANGE # don't change video modes +#options VGA_NO_FONT_LOADING # don't save/load font +#options VGA_NO_MODE_CHANGE # don't change video modes # Older video cards may require this option for proper operation. options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs diff --git a/sys/dev/syscons/scvesactl.c b/sys/dev/syscons/scvesactl.c index e550b17..a9ff4ad 100644 --- a/sys/dev/syscons/scvesactl.c +++ b/sys/dev/syscons/scvesactl.c @@ -35,6 +35,8 @@ #include #include #include +#include +#include #include diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 3299cd8..c7214f1 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1126,8 +1126,8 @@ options VGA_ALT_SEQACCESS # If you can dispense with some vga driver features, you may want to # use the following options to save some memory. -options VGA_NO_FONT_LOADING # don't save/load font -options VGA_NO_MODE_CHANGE # don't change video modes +#options VGA_NO_FONT_LOADING # don't save/load font +#options VGA_NO_MODE_CHANGE # don't change video modes # Older video cards may require this option for proper operation. options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs -- cgit v1.1