From owner-cvs-src@FreeBSD.ORG Wed Jun 13 14:38:23 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 874F216A400 for ; Wed, 13 Jun 2007 14:38:23 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 4562C13C455 for ; Wed, 13 Jun 2007 14:38:23 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so51764anc for ; Wed, 13 Jun 2007 07:38:22 -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=hGYcUDogkrapOTzJtqnJgu1JwEgFM8F/yV8I5RNQV1ApDmXPL9Rh80hM0tXwt3RrkMA0tGEsKTPqVMxwNwDOf8Oc5XVewBTNmyB/wA/aLUj9ECSQ+r1X/C1l7aCnsOMK+pSKcoeY76zRrmeZ+QvMi51dGEYot3jmk8GRQG70m2M= 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=h25J1VfV1Ct+jd1+qAlMZR+dY8YeRp+Gr147ZRQiM2D98MwgymFB8y4PRTP8TOAtUphbU7cmsDXBajKRz4Vq7jNvKoFxTNA+FrPdsQtXZAM+/xcRO29I6QCSOPxHUbAZ8isAfsBTHHmzieeLUsvjpkdhbftwwkkHXh329XDhIg4= Received: by 10.100.230.13 with SMTP id c13mr393366anh.1181745122758; Wed, 13 Jun 2007 07:32:02 -0700 (PDT) Received: by 10.100.111.17 with HTTP; Wed, 13 Jun 2007 07:32:02 -0700 (PDT) Message-ID: Date: Wed, 13 Jun 2007 07:32:02 -0700 From: "Maksim Yevmenkin" To: "M. Warner Losh" In-Reply-To: <20070612.230943.-345495945.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706130032.l5D0W1Nl082498@repoman.freebsd.org> <20070612.230943.-345495945.imp@bsdimp.com> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, emax@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netgraph/bluetooth/drivers/ubtbcmfw ubtbcmfw.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2007 14:38:23 -0000 On 6/12/07, M. Warner Losh wrote: > In message: <200706130032.l5D0W1Nl082498@repoman.freebsd.org> > Maksim Yevmenkin writes: > : emax 2007-06-13 00:32:00 UTC > : Catch up with USB cleanups and fix the world > > btw, I'm planning on adding a for those > drivers wishing to remain compatible with the older 6.x api found in > usb_port.h. If you'd like, I'll be happy leave these drivers 6.x > compatible (of course with my inline expansion, they will work on > 6.x). inline expansions are fine. usb6xcompat.h is a good idea too. either way is fine with me. those are minor things. > Also, I'm sorry if my cleanups have caused you grief. I'll try to be > more careful in the future. no problem :) thanks, max