From owner-cvs-all@FreeBSD.ORG Mon Nov 15 22:44:50 2004 Return-Path: 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 BE4F516A4CE; Mon, 15 Nov 2004 22:44:50 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49D1843D31; Mon, 15 Nov 2004 22:44:50 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iAFMhNY2024528; Mon, 15 Nov 2004 15:43:24 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 15 Nov 2004 15:43:41 -0700 (MST) Message-Id: <20041115.154341.51301376.imp@bsdimp.com> To: grog@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <20041115223900.GM816@wantadilla.lemis.com> References: <20041115.223152.41703849.nyan@jp.FreeBSD.org> <20041115.092650.47490564.imp@bsdimp.com> <20041115223900.GM816@wantadilla.lemis.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: nyan@jp.FreeBSD.org cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 15 Nov 2004 22:44:50 -0000 In message: <20041115223900.GM816@wantadilla.lemis.com> "Greg 'groggy' Lehey" writes: : Does this mean that ray now works? It means that ray still builds and I shouldn't have taken it out in the first place. I was testing some of sam's early patches to the 802.11 layer that had broken ray, so I took it out locally and I let that contamination leak into the repo. Ray either works or it doesn't right now, and nothing I've done changes that. Warner