From owner-freebsd-hackers@FreeBSD.ORG Thu May 29 07:53:03 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CF6F37B401 for ; Thu, 29 May 2003 07:53:03 -0700 (PDT) Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.RWTH-Aachen.DE [134.130.181.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9802843FB1 for ; Thu, 29 May 2003 07:53:01 -0700 (PDT) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: from fump.kawo2.rwth-aachen.de (localhost.kawo2.rwth-aachen.de [127.0.0.1])h4TEqwf8082934; Thu, 29 May 2003 16:52:58 +0200 (CEST) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.12.9/8.12.9/Submit) id h4TEqrgZ082933; Thu, 29 May 2003 16:52:53 +0200 (CEST) Date: Thu, 29 May 2003 16:52:53 +0200 From: Alexander Langer To: Lara & Harti Brandt Message-ID: <20030529145253.GC66652@fump.kawo2.rwth-aachen.de> References: <20030529132428.GA66652@fump.kawo2.rwth-aachen.de> <3ED6201B.7010804@fokus.fhg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3ED6201B.7010804@fokus.fhg.de> X-PGP-Fingerprint: 7EC1 5B98 4554 2A63 9079 2B2F 9A94 CD6F 7F14 EFA4 X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. User-Agent: Mutt/1.5.3i cc: freebsd-hackers@freebsd.org Subject: Re: loader tunables for modules X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 14:53:03 -0000 Also sprach Lara & Harti Brandt (brandt@fokus.fraunhofer.de): > It turns out that kenv is just handy for this. I use it to pass > debugging information and configuration info to the ATM drivers. And you > can set kenv entries from the loader and the shell. Great, exactly what I was looking for. Thanks a lot. Alex