Date: Wed, 22 Jul 2015 23:19:54 +0000 (UTC) From: "Conrad E. Meyer" <cem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285805 - head/sys/dev/vt Message-ID: <201507222319.t6MNJsse097735@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cem Date: Wed Jul 22 23:19:53 2015 New Revision: 285805 URL: https://svnweb.freebsd.org/changeset/base/285805 Log: vt: Default to cpu logos off Apologies, this was how it was supposed to land. Mea culpa. Differential Revision: https://reviews.freebsd.org/D3157 Reviewed by: gnn, hiren Approved by: markj (mentor) MFC after: 1 week Modified: head/sys/dev/vt/vt_core.c Modified: head/sys/dev/vt/vt_core.c ============================================================================== --- head/sys/dev/vt/vt_core.c Wed Jul 22 22:53:40 2015 (r285804) +++ head/sys/dev/vt/vt_core.c Wed Jul 22 23:19:53 2015 (r285805) @@ -137,7 +137,7 @@ static VT_SYSCTL_INT(kbd_panic, 0, "Enab /* Used internally, not a tunable. */ int vt_draw_logo_cpus; -VT_SYSCTL_INT(splash_cpu, 1, "Show logo CPUs during boot"); +VT_SYSCTL_INT(splash_cpu, 0, "Show logo CPUs during boot"); VT_SYSCTL_INT(splash_ncpu, 0, "Override number of logos displayed " "(0 = do not override)"); VT_SYSCTL_INT(splash_cpu_style, 1, "Draw logo style "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507222319.t6MNJsse097735>