From owner-freebsd-current@freebsd.org Sun Oct 29 01:09:46 2017 Return-Path: Delivered-To: freebsd-current@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 92DD8E532CE for ; Sun, 29 Oct 2017 01:09:46 +0000 (UTC) (envelope-from gordon@tetlows.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7295834D2 for ; Sun, 29 Oct 2017 01:09:46 +0000 (UTC) (envelope-from gordon@tetlows.org) Received: by mailman.ysv.freebsd.org (Postfix) id 71AE1E532CD; Sun, 29 Oct 2017 01:09:46 +0000 (UTC) Delivered-To: current@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 71371E532CC for ; Sun, 29 Oct 2017 01:09:46 +0000 (UTC) (envelope-from gordon@tetlows.org) Received: from mail-qk0-x230.google.com (mail-qk0-x230.google.com [IPv6:2607:f8b0:400d:c09::230]) (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 3EBC034D1 for ; Sun, 29 Oct 2017 01:09:46 +0000 (UTC) (envelope-from gordon@tetlows.org) Received: by mail-qk0-x230.google.com with SMTP id k123so12408945qke.3 for ; Sat, 28 Oct 2017 18:09:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tetlows.org; s=google; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=7DLE+FQLBUS9w7Pm7lDw+sSK/xyZbxPUgCUgjwoVWu8=; b=WAk89dZ+d1q96AYiYTIzK7Tw2WPG35kjC/9LcibN01C/UNP647kFlgWxMo4JpMyj8F c9rXbIlLPH7nfPHPRkxjK1R2m6tQLnwQPwwiKMICvREEf64DwpjzXh8VKvJ6ESJcEN8u St++PVCmLXy8acWUDpK1aKq9779a7i1Cwun/k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=7DLE+FQLBUS9w7Pm7lDw+sSK/xyZbxPUgCUgjwoVWu8=; b=MXOHeSba/QeVYQqwWZOi6YrZNvIpgxcrXBI0OVq9u2dQboXrqnwdemCfzJzwyaKDFS obNZg5qvqSn1RjTCO+sI9dOdF4/oePuo/XyR80wEcwDntR22dQaHxnyS/n5UpnGCHEoJ GbVrFYQKhyozJWoo5KvFF1CqcWBRgj2tEFjp5ImAeBWs0MmRN2B7hDUtYK5lTqw866iJ 3tqOIAvw8L2rzaONPijkDRO9Eyv0pEBa/a76gRGLp6imAgPeggWLaFwpL8cpNGcPMumF 4C8OzDBNnea4oSGpOGpS64y0olqmsRW3p/vp//I6l1btigl+ScVsqLeWQN0u44vkC00p 8ZDg== X-Gm-Message-State: AMCzsaUtVW3MZT9EeXZcTPjRY4aVVCA1IeFb2jMMj9hsSZrS0G3UAF+l 4Ak0YzFQsLxAlb3iVKWfGwuUqYMKdQ== X-Google-Smtp-Source: ABhQp+SPn10MzJyGBeeoRcpJhzjWHGNEmVea6KWAiZGrJPzmgQTFGdXjcjuinUSJw1d4NdpGQKkxVg== X-Received: by 10.55.106.132 with SMTP id f126mr7122815qkc.295.1509239384562; Sat, 28 Oct 2017 18:09:44 -0700 (PDT) Received: from gmail.com ([2607:fc50:0:7900:0:dead:beef:cafe]) by smtp.gmail.com with ESMTPSA id t81sm2741641qka.37.2017.10.28.18.09.43 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 28 Oct 2017 18:09:43 -0700 (PDT) Date: Sat, 28 Oct 2017 18:09:42 -0700 From: Gordon Tetlow To: current@freebsd.org Subject: iwm not in GENERIC kernel Message-ID: <20171029010942.GD5682@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 29 Oct 2017 01:09:46 -0000 I have an Intel NUC that uses an Intel 8260 wireless driver. This works flawlessly if I load the module if_iwm via the loader or the rc.conf kld_list directive. Do we know if the iwm driver not being in GENERIC is an oversight or on purpose? I couldn't find anything in the list history. Gordon