From owner-svn-src-head@freebsd.org Mon Mar 21 20:52:43 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 C799DAD889D for ; Mon, 21 Mar 2016 20:52:43 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-pf0-x22e.google.com (mail-pf0-x22e.google.com [IPv6:2607:f8b0:400e:c00::22e]) (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 9F733187D for ; Mon, 21 Mar 2016 20:52:43 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: by mail-pf0-x22e.google.com with SMTP id 4so147612107pfd.0 for ; Mon, 21 Mar 2016 13:52:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=sender:subject:mime-version:from:in-reply-to:date:cc:message-id :references:to; bh=f1UhImSJSCLxA8VTdJwH0jmr9BP9bbqDaEjleu2DRSw=; b=vbzhabNG3N0Ff8FvmL381Bdea6VaV9SdOzZ7R1OibWam2rHo02LYXwewexp2ZAd6fo 83qZzxkZbTzsVE6YUOBntxj3XsMSVD9TbtywjzsUCzacrN+vYek+MesAx0ByN9aVOAI4 GJE1WJMvTZ4a0ePWX1cbDVLCaiUyNw/UD9vs6AEvhdt6nzi/9g5I+pTPm/VRpn0vBD7g TAZbU1OT+p8Jzja4F8/Q9zGWPobATbMomrIuS+RxWZcHEEbG4fb7KkBNTPg7lZlFeHJI FBpDojWNQwMlw+thXHPDiVYeBIgDVLJVuNkp0K71IXFyF1PYuPGpQuqOLUtNtgrIlhcM 3Pog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:from:in-reply-to :date:cc:message-id:references:to; bh=f1UhImSJSCLxA8VTdJwH0jmr9BP9bbqDaEjleu2DRSw=; b=B1BstW8IYWyfYp7Ndd5cBGRMMw3y3ueUcPWR+M4tE5XExReaLzVCbcsH4Uqm155aLi mBKHEw/4Dn7lTvRgDVdBrncuu0obm8s7HeNr2aknRI/AaU9B7eCbk08OTqaoDRz6ZGWo 97WpCSujLJngm18sUPcidMoMUMpHEq5EKoNNhjoGMk5bXmqKFc9MufGPj4u254b4vsOw DEwmYuQDGAnWl3PdwPZ2AwOqrFwwRU0bq9Z9FylcRrcezf/th498Sh2ejPXIGwzZOBLd BwOh5QWYnb05Jmv9xxSi1HT1OBPgnqaqKe+gXeIvB4PU+kMHBwsiOvG0L2WWdgGNGlLO WXrQ== X-Gm-Message-State: AD7BkJJH+eu3Uylpif0zNMiXe4lVBnHLzAYRztbWXunfqtpCM16tYOx+BCrFtVS48SNkPw== X-Received: by 10.66.102.8 with SMTP id fk8mr48772063pab.12.1458593563167; Mon, 21 Mar 2016 13:52:43 -0700 (PDT) Received: from [100.127.129.191] ([69.53.245.19]) by smtp.gmail.com with ESMTPSA id 27sm42790876pfo.58.2016.03.21.13.52.42 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 21 Mar 2016 13:52:42 -0700 (PDT) Sender: Warner Losh Subject: Re: svn commit: r297136 - head/sys/conf Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: multipart/signed; boundary="Apple-Mail=_F8059880-607B-44BD-969F-0766CB92A043"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.5.2 From: Warner Losh In-Reply-To: <20160321203528.GC1254@FreeBSD.org> Date: Mon, 21 Mar 2016 14:52:38 -0600 Cc: Adrian Chadd , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-Id: <4D26F4EE-A51F-44E1-B66C-4498FA029C6F@bsdimp.com> References: <201603210551.u2L5pL1X037311@repo.freebsd.org> <20160321203528.GC1254@FreeBSD.org> To: Gleb Smirnoff X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.21 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: Mon, 21 Mar 2016 20:52:43 -0000 --Apple-Mail=_F8059880-607B-44BD-969F-0766CB92A043 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Mar 21, 2016, at 2:35 PM, Gleb Smirnoff = wrote: >=20 > On Mon, Mar 21, 2016 at 05:51:21AM +0000, Adrian Chadd wrote: > A> Author: adrian > A> Date: Mon Mar 21 05:51:21 2016 > A> New Revision: 297136 > A> URL: https://svnweb.freebsd.org/changeset/base/297136 > A> > A> Log: > A> Remove from NOTES - it's built as a module now. >=20 > You are doing wrong. A driver must be buildable as a module and > statically as well. >=20 > It is legitimate to remove from GENERIC, but not from NOTES. In private conversations with Adrian, he indicated that he=E2=80=99s = about to reorganize this driver substantially. He=E2=80=99ll make sure it works = during the record period as a module, but can=E2=80=99t guarantee he won=E2=80=99t = break building it into the kernel. So he took it out from here so that the LINT build doesn=E2=80=99t break. He intends to reconnect it once he=E2=80=99s done = with the rearrangement. Warner --Apple-Mail=_F8059880-607B-44BD-969F-0766CB92A043 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJW8F8XAAoJEGwc0Sh9sBEAFt8P/2LU1mBtmZqPghy1F8eyq1FG evVF6HbdxCj5VwnU0nXA/s7mN7nUoOCpHqPan+jDAzZuNaxY4WNDkffGLoHXs0aF o7nu75XaPn8Ll7r/LmbyqfO7IRHlNyk2wZ2oa9Ndj7YB3OYH1DXrfL2e0R8t8RIp +6AkcKnEMRbdZRFg7iaEtwdhpG4CWMqEDLs2MnNDzooEOEsbkY2hXyWD5urgAyWd ZN9wi2Y5HEAfqaRhPgzquo5FdwwCkqiXU9A8SPMTw1fS3ifAE8rjybHwWgGR8vBm eDZp0ghj2BihLhteyDEoCXEuvVF38s6x1+7OY7qGhgLuKY48ggahMy9KtwmNuD/7 macHNXXH6bbns9vq/ehSTFq1+/MvZvOMvxhLYw84Xr/vkukA5kz1aiTqXzTK2mTm HzG6YtiA9F/FIR97S98z8w8H6atHOA+Rdeg7BwhsMI6ze+8RbeEvc83FLo15XPka hKcc7b9dXb3xOEJWKrD08Ut7ULnq02ALrFPH7IHHjxFaNSGdZRuD7urBHmaaTkfL 6R5Ia3wkxQ1lPtXpG8K2ARDmi09q1xxoxN62jsRydI9NNDC37nkMjLovgbDWXJ1K NHfv6b9W7xQKaeLhw8vCBjblW606LXsFJe9bjNTwXf6U9CFFPtM2vMyKsGGF+3WL nLlfo9ni+g6Ff7LShsNw =WpXH -----END PGP SIGNATURE----- --Apple-Mail=_F8059880-607B-44BD-969F-0766CB92A043--