Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2015 23:23:13 +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: r285806 - head/sys/dev/vt
Message-ID:  <201507222323.t6MNNDHQ001713@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cem
Date: Wed Jul 22 23:23:12 2015
New Revision: 285806
URL: https://svnweb.freebsd.org/changeset/base/285806

Log:
  vt: Change default CPU logo to Orb
  
  Differential Revision:	https://reviews.freebsd.org/D3156
  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 23:19:53 2015	(r285805)
+++ head/sys/dev/vt/vt_core.c	Wed Jul 22 23:23:12 2015	(r285806)
@@ -140,7 +140,7 @@ int vt_draw_logo_cpus;
 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 "
+VT_SYSCTL_INT(splash_cpu_style, 2, "Draw logo style "
     "(0=Beastie, 1=Alternate beastie, 2=Orb)");
 VT_SYSCTL_INT(splash_cpu_duration, 10, "Hide logos after (seconds)");
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507222323.t6MNNDHQ001713>