From owner-freebsd-current@freebsd.org Sun Oct 29 09:48:08 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 8B852E5EE0F for ; Sun, 29 Oct 2017 09:48:08 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-cmomta02.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 72EFE73521 for ; Sun, 29 Oct 2017 09:48:07 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from localhost ([74.134.208.22]) by cmsmtp with ESMTP id 8kCHenhXwFdSR8kCJeI0mg; Sun, 29 Oct 2017 09:48:03 +0000 Date: Sun, 29 Oct 2017 09:46:56 +0000 From: "Thomas Mueller" To: freebsd-current@freebsd.org Subject: Re: iwm not in GENERIC kernel References: <20171029010942.GD5682@gmail.com> <1282E750-97FF-43A7-BFEE-3B82597311F0@gmail.com> X-CMAE-Envelope: MS4wfFg4V8wVGYBNsjfA6kIm7InYw0qgDAwpb/G3Svs/jq9CFAQ8fbjCRd5MnKGyLo6yxD6reY/QQZf9jwJ+xoX3PI2wBIpYEvNJcU20eTdv2cLAV0UdHTxm l16e99ADAAyx9ksJMeI2jLPt05gwsoRvRi7GelXitfZZ+90bZ8ZMH20+ 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 09:48:08 -0000 from Ngie Cooper: > > On Oct 28, 2017, at 18:09, Gordon Tetlow wrote: > > 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. > It’s on purpose since it has a binary blob firmware driver that it relies on, IIRC. > -Ngie Is that binary blob the reason why rsu is not in GENERIC? I use rsu for Hiro H50191 USB wireless adapter. Tom