From owner-freebsd-current@freebsd.org Fri Sep 16 05:36:52 2016 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 C9B5DBDCC45 for ; Fri, 16 Sep 2016 05:36:52 +0000 (UTC) (envelope-from takawata@init-main.com) Received: from sana.init-main.com (sana.init-main.com [IPv6:2001:240:28::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F749E02 for ; Fri, 16 Sep 2016 05:36:52 +0000 (UTC) (envelope-from takawata@init-main.com) Received: from sana.init-main.com (localhost [127.0.0.1]) by sana.init-main.com (8.14.3/8.14.3) with ESMTP id u8G57clT037809; Fri, 16 Sep 2016 14:07:40 +0900 (JST) (envelope-from takawata@sana.init-main.com) Received: (from takawata@localhost) by sana.init-main.com (8.14.3/8.14.3/Submit) id u8G57c7q037808; Fri, 16 Sep 2016 14:07:38 +0900 (JST) (envelope-from takawata) Date: Fri, 16 Sep 2016 14:07:38 +0900 From: Takanori Watanabe To: kargl@uw.edu, freebsd-current@freebsd.org Subject: Re: FreeBSD12-RC2 and bluetooth? Message-ID: <20160916050738.GA37776@sana.init-main.com> References: <20160915183650.GA30985@troutmask.apl.washington.edu> <20160916022039.GA34477@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160916022039.GA34477@troutmask.apl.washington.edu> User-Agent: Mutt/1.4.2.1i 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: Fri, 16 Sep 2016 05:36:52 -0000 On Thu, Sep 15, 2016 at 07:20:39PM -0700, Steven G. Kargl wrote: > On Thu, Sep 15, 2016 at 06:20:06PM -0700, Adrian Chadd wrote: > > hi, > > > > bluetooth uses netgraph. > > > > Yeah, I figured that much out. I do not > need bluetooth nor netgraph. How does > one explicitly disable this (other than > through the BIOS)? > devd(8) automatically load them. Remove /etc/devd/usb.conf . (I really hate the behavior .:-P)