From owner-freebsd-current@freebsd.org Fri Sep 16 16:11:56 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 9B974BDCB27 for ; Fri, 16 Sep 2016 16:11:56 +0000 (UTC) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 80D958BB for ; Fri, 16 Sep 2016 16:11:56 +0000 (UTC) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id u8GGBsYk037535 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 16 Sep 2016 09:11:54 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id u8GGBrLT037534; Fri, 16 Sep 2016 09:11:53 -0700 (PDT) (envelope-from kargl) Date: Fri, 16 Sep 2016 09:11:47 -0700 From: "Steven G. Kargl" To: Takanori Watanabe Cc: kargl@uw.edu, freebsd-current@freebsd.org Subject: Re: FreeBSD12-RC2 and bluetooth? Message-ID: <20160916161147.GA37511@troutmask.apl.washington.edu> Reply-To: kargl@uw.edu References: <20160915183650.GA30985@troutmask.apl.washington.edu> <20160916022039.GA34477@troutmask.apl.washington.edu> <20160916050738.GA37776@sana.init-main.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160916050738.GA37776@sana.init-main.com> User-Agent: Mutt/1.6.1 (2016-04-27) X-Mailman-Approved-At: Fri, 16 Sep 2016 17:17:25 +0000 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 16:11:56 -0000 On Fri, Sep 16, 2016 at 02:07:38PM +0900, Takanori Watanabe wrote: > 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) Ah, that's one *.conf file that I did not read through. Thanks for the pointer. I'll see if I can disable bluetooth in that file. -- Steve http://troutmask.apl.washington.edu/~kargl/