From owner-cvs-all@FreeBSD.ORG Thu Sep 7 19:22:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6906F16A4DD; Thu, 7 Sep 2006 19:22:48 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3BA243D5A; Thu, 7 Sep 2006 19:22:47 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k87JK4kZ050617; Thu, 7 Sep 2006 13:20:05 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 07 Sep 2006 13:20:24 -0600 (MDT) Message-Id: <20060907.132024.-75255889.imp@bsdimp.com> To: obrien@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20060907174003.GA83858@dragon.NUXI.org> References: <20060907021922.066378e5.trhodes@FreeBSD.org> <20060907.104456.179962017.imp@bsdimp.com> <20060907174003.GA83858@dragon.NUXI.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 07 Sep 2006 13:20:06 -0600 (MDT) Cc: trhodes@FreeBSD.org, src-committers@FreeBSD.org, mjacob@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 19:22:48 -0000 In message: <20060907174003.GA83858@dragon.NUXI.org> "David O'Brien" writes: : On Thu, Sep 07, 2006 at 10:44:56AM -0600, M. Warner Losh wrote: : > In message: <20060907021922.066378e5.trhodes@FreeBSD.org> : > Tom Rhodes writes: : > : On Thu, 7 Sep 2006 06:14:05 +0000 (UTC) : > : Matt Jacob wrote: : > : : > : > mjacob 2006-09-07 06:14:05 UTC : > : > : > : > FreeBSD src repository : > : > : > : > Modified files: : > : > sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h : > : > Log: : > : > more usb fallout changes : > : > : > : : > : Thanks, build wasn't done yet. ;) : > : > Yea! I'd made the mistaken assumption that the amd64 GENERIC kernel : > was as complete as the i386 in doing regression testing. Bad : > assumption it turns out. : : Actually I hit a problem building 'ubt' on an i386 laptop, during the : modules build. But ubt isn't in GENERIC. I didn't build the modules, I'll admit, which is why you saw it and I didn't. I should have done a full build at the end to make sure. Warner