From owner-cvs-src-old@FreeBSD.ORG Fri May 15 14:30:46 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFA85106574C for ; Fri, 15 May 2009 14:30:46 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CD2988FC1C for ; Fri, 15 May 2009 14:30:46 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4FEUkG8020376 for ; Fri, 15 May 2009 14:30:46 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4FEUk41020375 for cvs-src-old@freebsd.org; Fri, 15 May 2009 14:30:46 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200905151430.n4FEUk41020375@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Fri, 15 May 2009 14:30:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/syscons syscons.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2009 14:30:47 -0000 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