From owner-freebsd-bluetooth@FreeBSD.ORG Mon Sep 3 15:55:37 2007 Return-Path: Delivered-To: bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63A9616A421 for ; Mon, 3 Sep 2007 15:55:37 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id EB4F013C494 for ; Mon, 3 Sep 2007 15:55:36 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by nf-out-0910.google.com with SMTP id k4so1192259nfd for ; Mon, 03 Sep 2007 08:55:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y6ZTmyhDBLQTlhQXnYc3IRwvHtJQBnL0SFn7l7hB0PXAG6Om6XNhFjG3iuqu4MSKH5iqf4sMPuyh9HwMWO1yw877V4iPccusmJX1+le2E3FlTypWwvuqemM8zB83+nETXNgOOIBgCFWBpFb1bfjKZVXTPRZCIGOsV+lqPtGbe7Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s+xRubayGOCtKFBWrxCssm7/SBW0D8IQJb7/RI+kLmR4Hn5mY5LhvxHUHPjyMsNzUthEgLmrWruywqWfMHbsKFyu3VWuMtCf8eag4RIusOZjLulLXVBV5WQqGzjD9TmPjvdrtu+6ndyxIfHHjAuph2DshS6txDwlYH0btmMy798= Received: by 10.86.28.5 with SMTP id b5mr3530655fgb.1188834935482; Mon, 03 Sep 2007 08:55:35 -0700 (PDT) Received: by 10.86.63.16 with HTTP; Mon, 3 Sep 2007 08:55:35 -0700 (PDT) Message-ID: Date: Mon, 3 Sep 2007 08:55:35 -0700 From: "Maksim Yevmenkin" To: "Bruce Cran" In-Reply-To: <46DAFA61.9020705@cran.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46DAFA61.9020705@cran.org.uk> Cc: bluetooth@freebsd.org Subject: Re: Warning messages when inserting BCM92045DG dongle X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2007 15:55:37 -0000 On 9/2/07, Bruce Cran wrote: > Hi, > > I'm running 7-CURRENT AMD64 (built yesterday) and just tried inserting a > Broadcom BCM92045DG dongle after kldloading the ng_ubt module. I got a > couple of warning messages: > > ubt0: addr 2> on uhub1 > ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 > ubt0: Interface 1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3; > wMaxPacketSize=49; nframes=6, buffer size=294 > WARNING: attempt to net_add_domain(bluetooth) after domainfinalize() > WARNING: attempt to net_add_domain(netgraph) after domainfinalize() > > Are these expected? > yes. as far as i can tell, its not a problem. thanks, max