From owner-freebsd-arch@FreeBSD.ORG Mon Sep 29 16:10:28 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 55C90FC9; Mon, 29 Sep 2014 16:10:28 +0000 (UTC) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id 13EA2F01; Mon, 29 Sep 2014 16:10:27 +0000 (UTC) Received: from critter.freebsd.dk (unknown [192.168.60.3]) by phk.freebsd.dk (Postfix) with ESMTP id 9AF461598; Mon, 29 Sep 2014 16:10:26 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.9/8.14.9) with ESMTP id s8TGAQs1033700; Mon, 29 Sep 2014 16:10:26 GMT (envelope-from phk@phk.freebsd.dk) To: John Baldwin Subject: Re: Removing disconnected tty drivers In-reply-to: <1789815.bS8Ac2qsJ6@ralph.baldwin.cx> From: "Poul-Henning Kamp" References: <1789815.bS8Ac2qsJ6@ralph.baldwin.cx> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <33698.1412007026.1@critter.freebsd.dk> Content-Transfer-Encoding: quoted-printable Date: Mon, 29 Sep 2014 16:10:26 +0000 Message-ID: <33699.1412007026@critter.freebsd.dk> 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: Mon, 29 Sep 2014 16:10:28 -0000 -------- In message <1789815.bS8Ac2qsJ6@ralph.baldwin.cx>, John Baldwin writes: >Barring major objections, I plan to remove them from the tree later this = week. >dev/cx/if_cx.c: d->tty =3D ttyalloc (); >dev/cy/cy.c: tp =3D com->tp =3D ttyalloc(); >dev/digi/digi.c: tp =3D port->tp =3D ttyalloc(); >dev/rc/rc.c: tp =3D rc->rc_tp =3D ttyalloc(); >dev/sio/sio.c: tp =3D com->tp =3D ttyalloc(); >pc98/cbus/sio.c: tp =3D com->tp =3D ttyalloc(); Those drivers ran a LOT of modems back when the internet spread like wildfire... Sic Transit Gloria Mundi! & Good Riddance! -- = Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe = Never attribute to malice what can adequately be explained by incompetence= .