From owner-cvs-all@FreeBSD.ORG Mon May 19 16:50:44 2003 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 78B1E37B401; Mon, 19 May 2003 16:50:44 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD7E43FAF; Mon, 19 May 2003 16:50:43 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h4JNodkA099470; Mon, 19 May 2003 17:50:39 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 19 May 2003 17:48:01 -0600 (MDT) Message-Id: <20030519.174801.00483404.imp@bsdimp.com> To: scott_long@btc.adaptec.com From: "M. Warner Losh" In-Reply-To: <3EC95463.50705@btc.adaptec.com> References: <20030518005055.GG12759@sunbay.com> <200305192149.h4JLnUrt075384@khavrinen.lcs.mit.edu> <3EC95463.50705@btc.adaptec.com> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: wollman@lcs.mit.edu cc: src-committers@FreeBSD.org cc: ru@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/release/alpha dokern.sh drivers.conf 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, 19 May 2003 23:50:45 -0000 In message: <3EC95463.50705@btc.adaptec.com> Scott Long writes: : Very interesting experiment. This looks like an excellent project for : 5.2. I'm unclear of where the .dsc files fit into here, but that should : be rather easy to handle in any case. The .dsc files are just used when one can't load the .ko for an error message. I don't think they really add much for their 'cost' in the install environment. Warner