From owner-cvs-src-old@FreeBSD.ORG Fri Jun 12 21:21:40 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 7BBA4106566C for ; Fri, 12 Jun 2009 21:21:40 +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 693EA8FC1D for ; Fri, 12 Jun 2009 21:21:40 +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 n5CLLeBd056360 for ; Fri, 12 Jun 2009 21:21:40 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5CLLeIp056359 for cvs-src-old@freebsd.org; Fri, 12 Jun 2009 21:21:40 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200906122121.n5CLLeIp056359@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Fri, 12 Jun 2009 21:21:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern tty.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, 12 Jun 2009 21:21:40 -0000 ed 2009-06-12 21:21:17 UTC FreeBSD src repository Modified files: sys/kern tty.c Log: SVN rev 194079 on 2009-06-12 21:21:17Z by ed Revert my previous change, because it reintroduces an old regression. Because our rc scripts also open the /etc/ttyv* nodes, it revokes the console, preventing startup messages from being displayed. I really have to think about this. Maybe we should just give the console its own TTY and let it build on top of other TTYs. I'm still not sure what to do with input handling there. Revision Changes Path 1.321 +7 -7 src/sys/kern/tty.c