From owner-freebsd-current@FreeBSD.ORG Wed Apr 20 13:10:44 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 4A79B16A4CE for ; Wed, 20 Apr 2005 13:10:44 +0000 (GMT) Received: from bsd.dino.sk (bsd.dino.sk [213.215.72.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1B0E43D3F for ; Wed, 20 Apr 2005 13:10:42 +0000 (GMT) (envelope-from bsd@dino.sk) Received: from tablet.dino.sk ([213.215.72.59]) (AUTH: PLAIN milan) by bsd.dino.sk with esmtp; Wed, 20 Apr 2005 15:11:59 +0200 id 000000FD.4266551F.00004AB0 From: Milan Obuch To: freebsd-current@freebsd.org Date: Wed, 20 Apr 2005 15:10:09 +0200 User-Agent: KMail/1.7.2 References: <20050419225640.7B92816A4CF@hub.freebsd.org> <20050420125714.GE12555@melusine.cuivre.fr.eu.org> In-Reply-To: <20050420125714.GE12555@melusine.cuivre.fr.eu.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504201510.10557.bsd@dino.sk> 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 13:10:44 -0000 On Wednesday 20 April 2005 14:57, Thomas Quinot wrote: > * 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. > While native solution would be nice, I think this could be easily accomplished with interface renaming (ifconfig ndis0 name iwe0). Milan