From owner-freebsd-current@FreeBSD.ORG Wed Apr 20 12:57:16 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F03116A4CE; Wed, 20 Apr 2005 12:57:16 +0000 (GMT) Received: from melusine.cuivre.fr.eu.org (melusine.cuivre.fr.eu.org [82.225.155.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD5843D53; Wed, 20 Apr 2005 12:57:16 +0000 (GMT) (envelope-from thomas@FreeBSD.ORG) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id 589712C4AF; Wed, 20 Apr 2005 14:57:14 +0200 (CEST) Date: Wed, 20 Apr 2005 14:57:14 +0200 From: Thomas Quinot To: Bill Paul Message-ID: <20050420125714.GE12555@melusine.cuivre.fr.eu.org> References: <20050419225640.7B92816A4CF@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050419225640.7B92816A4CF@hub.freebsd.org> X-message-flag: WARNING! Using Outlook can damage your computer. User-Agent: Mutt/1.5.8i cc: current@freebsd.org Subject: Re: New driver loading scheme for Project Evil, need input X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2005 12:57:16 -0000 * Bill Paul, 2005-04-20 : > Any suggestions or comments on my mad scheme would be welcome. I like being able to give a sensible name to ndiscvt'd drivers (eg iwe instead of ndis for Intel Wireless Ethernet cards). Currently this requires both using the -n argument to ndiscvt and overriding the module name in the if_ndis Makefile. It would be nice if this was made a little easier. Thomas.