From owner-svn-src-head@freebsd.org Thu Sep 1 19:55:35 2016 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 61AF3BCB64E; Thu, 1 Sep 2016 19:55:35 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x243.google.com (mail-pa0-x243.google.com [IPv6:2607:f8b0:400e:c03::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3290A669; Thu, 1 Sep 2016 19:55:35 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pa0-x243.google.com with SMTP id ez1so4577486pab.3; Thu, 01 Sep 2016 12:55:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=82NiDJf2ErNElfCUz7D9c5DE6YVKga8CYR5tm8wXutg=; b=ua53jBxdc5mOUrRrSoQvHWXSh/KJRvZFt/m1dTC65XMw1GdKR8n04wfxEDIs1xSPN9 tBkAh61KHQAtZp9t4dXuCv8xIM6kcb+t46qsLTNXH97CNcbkPMSchlAXzOhVLw7qX+tB 5ToGI4QzZOSaaZdwvSeqxLAerw56dCSAKDGZYXOcBwsmGNdczLFtTMyaDvDlE3M5bKrN Nvu9BA3TGNx9Pmsne8S++PxQnoZFESU2EEVwdq2gtz+lwkrNc3sct7C8GglEGDY0SHdF fTXu7//ZJ7B8L+z/fAv5M7oqdcqS2hn4bPIm0mgaFeSZUKHW81zsvVGlINv33gE/NUGG seWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=82NiDJf2ErNElfCUz7D9c5DE6YVKga8CYR5tm8wXutg=; b=lBrePrZcuNL8wDCKKevGymJX8GMUTzNEg4UHdfHK4i28F/c5HbNvLJsv6y7VxPZAJj 61CqbTwFZYXutHbn+woCr7LH5SLlhcvJyCeKLG29FV76LTBGHbVpkCZGqSYuZwFMrMnq AuYdc+TUgu7TfbLuvpeZ48ze17HSDIqEiLIgh1rzsPa7/I6PDQHOUzF28CBfQWVA1qX4 7X92ih/A37xBCp50srkU1SOBz498T56cudDSMBmWBc/9c8aPUKKgEDzjqCTpNy+vJ/va nBwHnvaLccYxOwwaU0bgzCzu8JrKChjQg2nkxWWRuI939wyV+v+xvOU0EseEVQrF2hbf rdng== X-Gm-Message-State: AE9vXwOd4mRvAFa3wSNMn7DbEDi3MgUBS9GejozacbK74urznogmOL6gpjm0ezaAg5Qefw== X-Received: by 10.66.86.1 with SMTP id l1mr29710787paz.106.1472759733665; Thu, 01 Sep 2016 12:55:33 -0700 (PDT) Received: from ?IPv6:2607:fb90:80bd:bf70:7974:a84f:df69:391c? ([2607:fb90:80bd:bf70:7974:a84f:df69:391c]) by smtp.gmail.com with ESMTPSA id x66sm9505904pfb.86.2016.09.01.12.55.32 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 01 Sep 2016 12:55:32 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r305235 - in head: share/man/man4 sys/conf sys/modules/digi From: Ngie Cooper X-Mailer: iPhone Mail (13G36) In-Reply-To: <201609011951.u81JpZoq030003@repo.freebsd.org> Date: Thu, 1 Sep 2016 12:55:30 -0700 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201609011951.u81JpZoq030003@repo.freebsd.org> To: John Baldwin X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 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, 01 Sep 2016 19:55:35 -0000 > On Sep 1, 2016, at 12:51, John Baldwin wrote: >=20 > Author: jhb > Date: Thu Sep 1 19:51:35 2016 > New Revision: 305235 > URL: https://svnweb.freebsd.org/changeset/base/305235 >=20 > Log: > Remove the digi(4) drivers. >=20 > These drivers were never updated for the new TTY changes and have > been disconnected from the build since 8.0. >=20 > Ok'd by: imp, peterj Are these already being handled in ObsoleteFiles.inc (not that it probab= ly matters given how far back it's been disabled, but it's kind of nice to b= e clean)? Thanks! -Ngie=