Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Nov 2009 03:55:42 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/forth loader.conf.5 src/sys/boot/i386/libi386 Makefile spinconsole.c vidconsole.c src/sys/boot/i386/loader conf.c src/sys/boot/pc98/loader conf.c
Message-ID:  <200911270356.nAR3u3g1084411@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2009-11-27 03:55:42 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/forth       loader.conf.5 
    sys/boot/i386/libi386 Makefile vidconsole.c 
    sys/boot/i386/loader conf.c 
    sys/boot/pc98/loader conf.c 
  Added files:
    sys/boot/i386/libi386 spinconsole.c 
  Log:
  SVN rev 199855 on 2009-11-27 03:55:42Z by sobomax
  
  Add new loader console type: "spinconsole". This console selects the
  video console which doesn't take any input from keyboard and hides
  all output replacing it with ``spinning'' character (useful for
  embedded products and custom installations).
  
  Sponsored by:   Sippy Software, Inc.
  
  Revision  Changes    Path
  1.29      +7 -2      src/sys/boot/forth/loader.conf.5
  1.47      +1 -1      src/sys/boot/i386/libi386/Makefile
  1.1       +106 -0    src/sys/boot/i386/libi386/spinconsole.c (new)
  1.21      +17 -17    src/sys/boot/i386/libi386/vidconsole.c
  1.28      +2 -0      src/sys/boot/i386/loader/conf.c
  1.4       +2 -0      src/sys/boot/pc98/loader/conf.c



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