From owner-freebsd-arch@FreeBSD.ORG Mon Nov 21 18:54:11 2005 Return-Path: X-Original-To: arch@freebsd.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9CE816A41F for ; Mon, 21 Nov 2005 18:54:11 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 230BB43D45 for ; Mon, 21 Nov 2005 18:54:11 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id jALIqbDJ044556; Mon, 21 Nov 2005 11:52:37 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 21 Nov 2005 11:52:37 -0700 (MST) Message-Id: <20051121.115237.41677576.imp@bsdimp.com> To: scottl@samsco.org From: Warner Losh In-Reply-To: <4382146A.9000006@samsco.org> References: <43820C0C.6000001@samsco.org> <20051121.112724.41676073.imp@bsdimp.com> <4382146A.9000006@samsco.org> 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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 21 Nov 2005 11:52:38 -0700 (MST) Cc: arch@freebsd.org, damien.bergamini@free.fr, nate@root.org Subject: Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2005 18:54:11 -0000 > > None of the other automatic kldload parts of the kernel need > > this. Why is driver firmware any different? > > Why hack the kernel module loader? No need to hack the kernel loader. It already will load a kloader of a given name. Driver says load iwi-firmware-ibss and away you go. That's all I'm saying. Why make things more complicated than necessary? Anyway, your tone has totally pissed me off. Was that really necessary? Warner