From owner-svn-src-head@freebsd.org Wed Apr 26 23:04:13 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 B1161D513D7; Wed, 26 Apr 2017 23:04:13 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (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 908ABAD3; Wed, 26 Apr 2017 23:04:12 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 2252410A82E; Wed, 26 Apr 2017 19:04:11 -0400 (EDT) From: John Baldwin To: Bruce Evans Cc: 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 Date: Wed, 26 Apr 2017 16:03:40 -0700 Message-ID: <2758348.2nUzbrrYqX@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.10; amd64; ; ) In-Reply-To: <20170427072027.W3724@besplex.bde.org> References: <201704261823.v3QIN9JT004384@repo.freebsd.org> <20170427072027.W3724@besplex.bde.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Wed, 26 Apr 2017 19:04:11 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean 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: Wed, 26 Apr 2017 23:04:13 -0000 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? -- John Baldwin