From owner-freebsd-arch@FreeBSD.ORG Thu Oct 2 15:59:54 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9B0BAA4 for ; Thu, 2 Oct 2014 15:59:54 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4B73819 for ; Thu, 2 Oct 2014 15:59:54 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 7FB5BB9AE; Thu, 2 Oct 2014 11:59:53 -0400 (EDT) From: John Baldwin To: Peter Jeremy Subject: Re: Removing disconnected tty drivers Date: Thu, 2 Oct 2014 11:19:37 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: <1789815.bS8Ac2qsJ6@ralph.baldwin.cx> <20141001100353.GF20707@server.rulingia.com> In-Reply-To: <20141001100353.GF20707@server.rulingia.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201410021119.37723.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 02 Oct 2014 11:59:53 -0400 (EDT) Cc: freebsd-arch@freebsd.org X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 15:59:54 -0000 On Wednesday, October 01, 2014 6:03:53 am Peter Jeremy wrote: > On 2014-Sep-29 11:53:53 -0400, John Baldwin wrote: > >The following drivers have never been converted to use the new tty layer > >introduced in 8.0 and have been disconnected since then. Several of them are > >for older multiport serial cards, and in the case of sio(4), current kernels > >use uart(4) instead. Barring major objections, I plan to remove them from the > >tree later this week. If someone wishes to update them, they can always be > >pulled back from svn history. > > > >dev/digi/digi.c: tp = port->tp = ttyalloc(); > > See > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=152253 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=158086 > unfortunately, I no longer have access to the hardware. I'm happy to > update the patches to compile on -current but can't do more than that. The second one was tested by another submitter, so if you want to spend the time, please update them and see if you can get someone to test them. To be honest, I would be happy to drop ISA support and just keep PCI support if that is simpler. -- John Baldwin