Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2009 14:30:37 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/syscons syscons.c
Message-ID:  <200905151430.n4FEUk41020375@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-05-15 14:30:37 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/syscons      syscons.c 
  Log:
  SVN rev 192143 on 2009-05-15 14:30:37Z by ed
  
  Turn consolectl into a simple device node, not a TTY.
  
  Apart from the 16 virtual terminals, Syscons allocates two device nodes
  that should not really be TTYs, even though they are. One of them is
  consolectl. In RELENG_7 and before, these device nodes are used in
  single user mode. After I simplified input path, we only use this device
  node to call ioctl() on (moused, Xorg, vidcontrol).
  
  When you call ioctl() on consolectl, it will behave the same as being
  called on the first window.
  
  Revision  Changes    Path
  1.470     +26 -20    src/sys/dev/syscons/syscons.c



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