1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

vt: cpu logos: Correct reversed 0/1 beastie descriptions

Differential Revision:	https://reviews.freebsd.org/D3158
Approved by:	markj (mentor)
Obtained from:	Pavel Timofeev
MFC after:	1 week
This commit is contained in:
Conrad Meyer 2015-07-22 23:30:54 +00:00
parent f39130e75d
commit 6b8c5d92a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285807

View File

@ -141,7 +141,7 @@ 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, 2, "Draw logo style "
"(0=Beastie, 1=Alternate beastie, 2=Orb)");
"(0 = Alternate beastie, 1 = Beastie, 2 = Orb)");
VT_SYSCTL_INT(splash_cpu_duration, 10, "Hide logos after (seconds)");
static struct vt_device vt_consdev;