From owner-freebsd-stable@FreeBSD.ORG Thu Jul 15 04:49:14 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A283316A4CE; Thu, 15 Jul 2004 04:49:14 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4314F43D39; Thu, 15 Jul 2004 04:49:14 +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 i6F4lGfO072732; Wed, 14 Jul 2004 22:47:17 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 14 Jul 2004 22:47:18 -0600 (MDT) Message-Id: <20040714.224718.93805530.imp@bsdimp.com> To: marcel@xcllnt.net From: "M. Warner Losh" In-Reply-To: <20040714180816.GA5503@dhcp50.pn.xcllnt.net> References: <20040714024623.GB623@dhcp50.pn.xcllnt.net> <38608.1089799497@critter.freebsd.dk> <20040714180816.GA5503@dhcp50.pn.xcllnt.net> 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: phk@phk.freebsd.dk cc: stable@freebsd.org cc: current@freebsd.org Subject: Re: [TEST/REVIEW/HEADSUP] tty drivers mega-patch X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2004 04:49:14 -0000 In message: <20040714180816.GA5503@dhcp50.pn.xcllnt.net> Marcel Moolenaar writes: : But anyway, if you think that all serial devices should have tty$# : and cua$#, then just implement it that way. It's better to get this : rework behind us. I can adjust. If not, then I can at least commit :-) I know that a lot of people will have to adjust. I have several files with things like /dev/ucom0 in them.... : > The plan is to make them on-demand-devices (clonable) so that they : > do not clutter up /dev but appear if you access them. That would : > leave only the ttyu0 and cuau0 devices. : : Yes! I like the cloning. What's the cloning plan? Warner