From owner-freebsd-current@FreeBSD.ORG Sat Jun 19 21:01:24 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB18816A4CE for ; Sat, 19 Jun 2004 21:01:24 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E6143D58 for ; Sat, 19 Jun 2004 21:01:21 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i5JKvXpG064607; Sat, 19 Jun 2004 14:57:34 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 19 Jun 2004 14:57:36 -0600 (MDT) Message-Id: <20040619.145736.91276883.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <61609.1087632958@critter.freebsd.dk> References: <61609.1087632958@critter.freebsd.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: [REVIEW] move tty lock/initial up in the stack X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2004 21:01:24 -0000 In message: <61609.1087632958@critter.freebsd.dk> Poul-Henning Kamp writes: : This patch moves the "lock/initial" facility known from sio(4) up : to the generic tty layer. : : It adds two new flags to stty(1): -i and -l to manipulate the initial : and lock states and eliminates the tty[il]d# and cua[il]a# devices. I like this idea a *LOT*. : Subsequently I would like to move the tty/cua split up as well. How would this look to the various drivers? Warner