From owner-freebsd-current@FreeBSD.ORG Mon Jul 9 22:26:38 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0282816A421 for ; Mon, 9 Jul 2007 22:26:38 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id 6A20213C4BC for ; Mon, 9 Jul 2007 22:26:37 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so245150anc for ; Mon, 09 Jul 2007 15:26:36 -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=q/7P7BB0Y7lpnZYvhfm2Or02FTaqslXBAVRnXwMImvKmachEwSYYFvIBtAsVklBvbLRcf5atc6mZoKF5No16tUwAeHHefFqNltMIKg2SIJkXLTvtnM5eu5Nb0O4Fs2nGl+QuwRENnyi8C21ZAL/Vzt/xXd8+3GGKEedWzic1vB4= 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=LzSQt7jjCT/4ukHWYhhmnVMcMyl7UN9p6XSdydY1S+if9D4VoEZKR3hfjlez+KMQz24mq6BE5/kxEO4r832nnBAJcFcxtHgVdYtePRKoWNGj8ioH0TnJqvxO5Z+tchXDMyI5Kj1aUwsL+RtFLISynX0hplYxJ9bp6l/RWIF3pZ4= Received: by 10.100.190.8 with SMTP id n8mr1855197anf.1184019996104; Mon, 09 Jul 2007 15:26:36 -0700 (PDT) Received: by 10.100.154.8 with HTTP; Mon, 9 Jul 2007 15:26:35 -0700 (PDT) Message-ID: Date: Mon, 9 Jul 2007 15:26:35 -0700 From: "Maksim Yevmenkin" To: "Robert Watson" In-Reply-To: <20070709230022.D9997@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070613150534.D83504@fledge.watson.org> <20070613.212825.-957834923.imp@bsdimp.com> <20070709230022.D9997@fledge.watson.org> Cc: current@freebsd.org, "M. Warner Losh" Subject: Re: HEADS UP: IPX over IP support removed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 09 Jul 2007 22:26:38 -0000 On 7/9/07, Robert Watson wrote: > > On Thu, 14 Jun 2007, Maksim Yevmenkin wrote: > > > On 6/13/07, M. Warner Losh wrote: > >> In message: <20070613150534.D83504@fledge.watson.org> > >> Robert Watson writes: > >> : ng_h4 - Bluetooth serial drivers -- I know of no on-going work here > >> > >> Isn't emax working on this? I didn't notice it before now... > > > > ok, i have the code, but i can not test it. my old xircom cbt pccard no > > longer gets recognized :( i asked Warner for assistance. > > > > in the mean time, if anyone has working serial bluetooth device please let > > me know. > > > > if i cant get this code tested in time, what should i do? commit untested > > code or just retire ng_h4(4) for now? > > Max, > > Just realized you had a question in here, which I must have missed in the > previous pass. What we're doing for i4b and netatm is leaving the code in the > tree, but disconnecting it from the build for 7.0. So if things don't come > together in time, we can just do that. I'm currently preparing a netatm > patch, and Bjoern now has the i4b patch in the tree, so the ng_h4 bits are the > only ones left after that. i could not make my xircom cbt pccard work under -current :( and could not test my changes. also no one stepped forward and said that ng_h4(4) is being used. so, i vote in favor of disconnecting ng_h4(4) from the build right now. should i disconnect ng_h4(4) only or make a bigger change and retire all support for serial bluetooth devices? thanks, max