Add missing SC_NO_MODE_CHANGE option. Disable it in the powerpc

NOTES though, as ofw_syscons(4) doesn't properly interface with
syscons(4) regarding loading the font specified with SC_DFLT_FONT,
causing a kernel with both options SC_OFWFB and SC_NO_MODE_CHANGE
to not link.
This commit is contained in:
Marius Strobl 2007-01-10 18:45:18 +00:00
parent 833c4a01f5
commit 6e62b06982
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165926
3 changed files with 3 additions and 0 deletions

View File

@ -1398,6 +1398,7 @@ options SC_TWOBUTTON_MOUSE
options SC_NO_CUTPASTE
options SC_NO_FONT_LOADING
options SC_NO_HISTORY
options SC_NO_MODE_CHANGE
options SC_NO_SYSMOUSE
options SC_NO_SUSPEND_VTYSWITCH

View File

@ -707,6 +707,7 @@ SC_MOUSE_CHAR opt_syscons.h
SC_NO_CUTPASTE opt_syscons.h
SC_NO_FONT_LOADING opt_syscons.h
SC_NO_HISTORY opt_syscons.h
SC_NO_MODE_CHANGE opt_syscons.h
SC_NO_SUSPEND_VTYSWITCH opt_syscons.h
SC_NO_SYSMOUSE opt_syscons.h
SC_NORM_ATTR opt_syscons.h

View File

@ -60,4 +60,5 @@ nooption SMP
nooption GDB
nooption PPC_DEBUG
nooption PPC_PROBE_CHIPSET
nooption SC_NO_MODE_CHANGE
nooption UKBD_DFLT_KEYMAP