From owner-cvs-all@FreeBSD.ORG Thu Sep 7 18:56:30 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 701E816A503; Thu, 7 Sep 2006 18:56:30 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2AD543D6E; Thu, 7 Sep 2006 18:56:29 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([165.236.175.187]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k87IuIYD000357; Thu, 7 Sep 2006 12:56:24 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <45006B4C.2080005@samsco.org> Date: Thu, 07 Sep 2006 12:56:12 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200609070614.k876E5nU057396@repoman.freebsd.org> <20060907021922.066378e5.trhodes@FreeBSD.org> <20060907.104456.179962017.imp@bsdimp.com> In-Reply-To: <20060907.104456.179962017.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.5 required=3.8 tests=SPF_SOFTFAIL autolearn=no version=3.1.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org 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 18:56:30 -0000 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. I don't know if this means more of the > drivers should be added to AMD64 generic, or not. I kinda think it > does.. > > Thanks everybody who helped out. > > Warner > The key is to build the modules, not just the kernel. I trip over this once in a while when I forget that I have NO_MODULES set in /etc/make.conf. Scott