diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-06-06 06:02:17 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-06-06 06:02:17 +0000 |
| commit | f5bd5dcedaea0051e5e6b9db55577a33a21f333e (patch) | |
| tree | 152af23b7c35a4879d0c48dd77ae7f13b574a9a1 /sys/dev/syscons | |
| parent | 8b34ad92a271334939dc73b169fb953cb0b2c7e0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons')
| -rw-r--r-- | sys/dev/syscons/syscons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index 0e519b0fd9ce..02c771a32182 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -89,7 +89,7 @@ static default_attr kernel_default = { }; static int sc_console_unit = -1; -static int sc_saver_keyb_only; +static int sc_saver_keyb_only = 1; static scr_stat *sc_console; static struct tty *sc_console_tty; static void *kernel_console_ts; |
