From owner-cvs-src@FreeBSD.ORG Wed Oct 13 09:44:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 099A716A4CE; Wed, 13 Oct 2004 09:44:31 +0000 (GMT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6144D43D5C; Wed, 13 Oct 2004 09:44:30 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) i9D9iSAZ054838; Wed, 13 Oct 2004 11:44:28 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id i9D9iMiQ054837; Wed, 13 Oct 2004 11:44:22 +0200 (CEST) (envelope-from marius) Date: Wed, 13 Oct 2004 11:44:22 +0200 From: Marius Strobl To: Marcel Moolenaar Message-ID: <20041013114422.A9875@newtrinity.zeist.de> References: <200410122233.i9CMXJxl047004@repoman.freebsd.org> <20041012225842.GA27757@ns1.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20041012225842.GA27757@ns1.xcllnt.net>; from marcel@xcllnt.net on Tue, Oct 12, 2004 at 03:58:42PM -0700 X-AntiVirus: checked by AntiVir Milter (version: 1.1; AVE: 6.28.0.7; VDF: 6.28.0.12; host: newtrinity.zeist.de) cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Poul-Henning Kamp cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/sab sab.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 09:44:31 -0000 On Tue, Oct 12, 2004 at 03:58:42PM -0700, Marcel Moolenaar wrote: > On Tue, Oct 12, 2004 at 10:33:19PM +0000, Poul-Henning Kamp wrote: > > phk 2004-10-12 22:33:19 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/sab sab.c > > Log: > > Use generic tty code instead of local copies. > > > > New devicename is ttyz{port} > > > > No callout devices created. > > > > Isn't this driver superseeded by uart(4) anyway ? > > Yes, in principle. I don't think I'm in the position to remove sab(4) > though. > Uart(4) works fine as a replacement for sab(4) but we're not ready to switch to uart(4) by default on sparc64.