diff options
-rw-r--r-- | sys/conf/NOTES | 1 | ||||
-rw-r--r-- | sys/conf/options | 1 | ||||
-rw-r--r-- | sys/powerpc/conf/NOTES | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 6a60e3c..c075f7c 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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 diff --git a/sys/conf/options b/sys/conf/options index 388421e..d7a2c03 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -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 diff --git a/sys/powerpc/conf/NOTES b/sys/powerpc/conf/NOTES index 633e339..650f0b1 100644 --- a/sys/powerpc/conf/NOTES +++ b/sys/powerpc/conf/NOTES @@ -60,4 +60,5 @@ nooption SMP nooption GDB nooption PPC_DEBUG nooption PPC_PROBE_CHIPSET +nooption SC_NO_MODE_CHANGE nooption UKBD_DFLT_KEYMAP |