From owner-svn-src-head@FreeBSD.ORG Fri Jan 16 18:52:25 2015 Return-Path: Delivered-To: svn-src-head@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 39FD68F9; Fri, 16 Jan 2015 18:52:25 +0000 (UTC) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE4F6E5C; Fri, 16 Jan 2015 18:52:24 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id m14so71725wev.10; Fri, 16 Jan 2015 10:52:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=eVWkRq0BCZ9L/qnnQeWxLXDhXMCPKLPiJqeK3grXeoY=; b=eo9DG9tGw8N3xYoWkV33RFNAkb5nSrFMZfSEseCN19aPhHnI7jTT4aeC58r+UXjrZH uMVMn3Q5LJBXzUa0qkBh17PjzItdwXgbwz4jdlX5bMw+mTj+QGBvj8GeNNifnD+3OLIQ nKYPZ79WdM4N4jdTdgbToFsB4tl7QDonpORB0obfLeFb1/3c8uFFJObmPn2Wk2lY+XCd /li1vGPdVzsscYiEH1syE3wY/8TOEyiJUwmlw+QqZa8jCKGFxSdnak8rE+YlD3KzU/Cu zF/XsYS5uiwCmLGY8UTIzor20PiHCVfrzlcRXDnyU/asWYpJ6skuoLVFSjy//HRrZAsj 1z5g== MIME-Version: 1.0 X-Received: by 10.180.14.136 with SMTP id p8mr9036879wic.20.1421434343249; Fri, 16 Jan 2015 10:52:23 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.41.136 with HTTP; Fri, 16 Jan 2015 10:52:23 -0800 (PST) In-Reply-To: References: <201501150042.t0F0g7Um018059@svn.freebsd.org> <20150115132303.GA245@zxy.spb.ru> <368B22F3-5607-46F8-B8D2-13CA59E94861@bsdimp.com> Date: Fri, 16 Jan 2015 10:52:23 -0800 X-Google-Sender-Auth: FKUvIePYS_oiMEpYf6oy0bhQA2M Message-ID: Subject: Re: svn commit: r277204 - head/sys/amd64/conf From: Adrian Chadd To: Warner Losh Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , src-committers , Warner Losh , Slawa Olhovchenkov X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 16 Jan 2015 18:52:25 -0000 On 16 January 2015 at 10:48, Warner Losh wrote: > Options aren=E2=80=99t supposed to change KBI. Some do, and that=E2=80=99= s unfortunate. Yup, and at least for net80211 I'm going to try really hard to fix that. > But don=E2=80=99t turn this into a rant on how sub-optimal the opt_XXXX.h > intersect with modules. That=E2=80=99s another set of problems to solve. Yeah. Please don't take this as a derail attempt; I am not expecting to address/solve that at the moment. -adrian