From owner-svn-src-head@freebsd.org Thu Apr 27 00:02:09 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD4D0D51215; Thu, 27 Apr 2017 00:02:09 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail109.syd.optusnet.com.au (mail109.syd.optusnet.com.au [211.29.132.80]) by mx1.freebsd.org (Postfix) with ESMTP id 751AE8D2; Thu, 27 Apr 2017 00:02:08 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from besplex.bde.org (c122-106-153-191.carlnfd1.nsw.optusnet.com.au [122.106.153.191]) by mail109.syd.optusnet.com.au (Postfix) with ESMTPS id 1EADDD6B0F7; Thu, 27 Apr 2017 10:01:47 +1000 (AEST) Date: Thu, 27 Apr 2017 10:01:43 +1000 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: John Baldwin cc: Bruce Evans , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r317446 - in head: . share/man/man4 sys/conf sys/dev/cy In-Reply-To: <2758348.2nUzbrrYqX@ralph.baldwin.cx> Message-ID: <20170427093652.T4284@besplex.bde.org> References: <201704261823.v3QIN9JT004384@repo.freebsd.org> <20170427072027.W3724@besplex.bde.org> <2758348.2nUzbrrYqX@ralph.baldwin.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.2 cv=KeqiiUQD c=1 sm=1 tr=0 a=Tj3pCpwHnMupdyZSltBt7Q==:117 a=Tj3pCpwHnMupdyZSltBt7Q==:17 a=kj9zAlcOel0A:10 a=PO7r1zJSAAAA:8 a=JzwRw_2MAAAA:8 a=6I5d2MoRAAAA:8 a=YgDJLns1xEQFpHuslZsA:9 a=CjuIK1q_8ugA:10 a=_bBvcJC8wCc67rcU61zu:22 a=IjZwj45LgO3ly-622nXo:22 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2017 00:02:09 -0000 On Wed, 26 Apr 2017, John Baldwin wrote: > On Thursday, April 27, 2017 08:15:34 AM Bruce Evans wrote: >> On Wed, 26 Apr 2017, John Baldwin wrote: >> >>> Log: >>> Remove the cy(4) driver for Cyclades serial adapters. >>> >>> This driver has been disconnected from the build since the new tty >>> layer was introduced in 8.0 and was never updated for new tty. >> >> Please back this out. I asked you not to remove this. It is updated in >> my tree, and I discussed this and sent you some patches a couple of years >> ago: >> >> XX From bde@optusnet.com.au Sat Oct 18 19:49:40 2014 +1100 >> XX Date: Sat, 18 Oct 2014 19:49:36 +1100 (EST) >> XX From: Bruce Evans >> XX X-X-Sender: bde@besplex.bde.org >> XX To: Bruce Evans >> XX cc: John Baldwin >> XX Subject: patch #1 for old tty bugs (was: Re: Removing disconnected tty drivers) >> >> Patches 2-999 are sort of queued behind this. I started committing again, >> but these are behind other things in my queue. > > Oof, I knew you had patches for sio, but had forgotten they covered cy as well. > Are you still using cy? Yes, I still have 2 cy cards with 24 ports total online, with 2 ports actually used for serial console terminals, but the systems with themi usually run old versions of FreeBSD so the patches haven't been tested for a long time. I need to check that they still pass the regression tests last run on FreeBSD-~9 in 2014, after merging patches to newer versions. Bruce