A couple of negative options was not commented out in NOTES/LINT. This
obscured a #include bug in syscons.
This commit is contained in:
parent
006a1e0d11
commit
754a5a129c
@ -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
|
||||
|
@ -35,6 +35,8 @@
|
||||
#include <sys/conf.h>
|
||||
#include <sys/tty.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/fbio.h>
|
||||
#include <sys/consio.h>
|
||||
|
||||
#include <machine/pc/vesa.h>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user