From owner-freebsd-current@freebsd.org Tue Jun 5 05:36:59 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44C47FD48B5 for ; Tue, 5 Jun 2018 05:36:59 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from mail-it0-x232.google.com (mail-it0-x232.google.com [IPv6:2607:f8b0:4001:c0b::232]) (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 C97CC814D0; Tue, 5 Jun 2018 05:36:58 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by mail-it0-x232.google.com with SMTP id 144-v6so1911639iti.5; Mon, 04 Jun 2018 22:36:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=wFVOsIYKjOhKg4npPFdtVPRm9Fh9rD/Dgcp0+6a5wfs=; b=befQP4TNwRPADZnOSdWJ1vepg850fUGnnmOTallvKfp5q6308FxJtCr12+rRC5/miN xniuTqyWnJso5CqN4SQ5wBlv5ohQJQMHBqMUsjRSoEEv+imUBKnEy/t3K8cK5W7Epp5D g+QF4kzoYSk0WQXGL4D4iGBrxRT786H27N2x4tYF2S8yQ6aGN7bdszuECxaMWD3wERNb D75sGe0sfzGbgExS0W+SQDkwpJj/2cA2mE1aNWBr/1UUb0Dkf+xG/VRBlNM1ZBhGL3g1 VlTaND+mEKy2D9eghJmY68Va8/Kiz6MHK+Rtgo9K2UoMm6pjhSob7JiQN2HdOygGgpQH WF+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=wFVOsIYKjOhKg4npPFdtVPRm9Fh9rD/Dgcp0+6a5wfs=; b=g2pTaqO1RWnbfZdu3EIxYiWmtUOIB40M87Z7Eqyq9Xql2t8sBQC6VVnzRSmeAePhMj X8wfubWIlLCy94KQRMy6SpFV7UsEcHvln6SPbHd0OFrpEro39VuJi8sqjCb3nnIzR4Zl dc2vL0HRUS8z0P0P1Ik/tCMyY7q15hsiBRdxHWTlWMjD46SrW4xCqb2korUzUmm4EHeE JdoYHguwgS1+ONVNv3s4V+Qvwgna2s5ynTruDzRy7vcrfZ2b3fdk++D4yOBLw/h/Nl1H pgSKYWWrLN4pLLhjgb2L3UCxO/XNu/V1odEftQfTyK+TRd0P6BWY2di1oCzf06qe2rJg U0QA== X-Gm-Message-State: APt69E0UOCt0+UriEDT/uP4K28BOr705h5ls3zxKU9FjEWdxCq8dPfO1 DTPwhI2iRM6WbEQ4FdGpc7jfdE5xZjopQrg0NoM= X-Google-Smtp-Source: ADUXVKKArbS53sqVk4wdOB0C8RiZXbgKOxV6/Nwm3Et+x9kNldmaS8m2ltXLPAKyrMw/35JjWK142t0AZM5aYxBwsnw= X-Received: by 2002:a24:459f:: with SMTP id c31-v6mr10392167itd.132.1528177018078; Mon, 04 Jun 2018 22:36:58 -0700 (PDT) MIME-Version: 1.0 References: <20180524160234.GD68014@FreeBSD.org> <201805241610.w4OGAAGY041280@pdx.rh.CN85.dnsmgr.net> <20180530235156.310870d0@thor.intern.walstatt.dynvpn.de> <20180531101643.GV3789@kib.kiev.ua> In-Reply-To: From: Matthew Macy Date: Mon, 4 Jun 2018 22:36:47 -0700 Message-ID: Subject: Re: [RFC] Deprecation and removal of the drm2 driver To: Adrian Chadd Cc: Daniel Eischen , Johannes Lundberg , Kostik Belousov , freebsd-current , jmaloney@ixsystems.com X-Mailman-Approved-At: Tue, 05 Jun 2018 10:25:38 +0000 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 05:36:59 -0000 Implementing a callback in 140 different files for the sake of a handful of out of tree drivers and people not reading updating is pretty prohibitive. 11 may be more your cup of tea. On Mon, Jun 4, 2018 at 22:27 Adrian Chadd wrote: > Hi, > > If there's an API that isn't being used then great, I'll go find it > and fix up pieces in my spare time to use it. But the last drive by > cut/paste didn't do that; it just changed the code in place. :-) > > > > -adrian >