From owner-freebsd-hackers Tue Jan 16 7:41: 9 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from tao.org.uk (unknown [194.128.198.234]) by hub.freebsd.org (Postfix) with ESMTP id E949037B401 for ; Tue, 16 Jan 2001 07:40:52 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id F2238323F; Tue, 16 Jan 2001 15:40:50 +0000 (GMT) Date: Tue, 16 Jan 2001 15:40:50 +0000 From: Josef Karthauser To: hackers@freebsd.org Subject: Compiled in module disablement? Message-ID: <20010116154050.E3073@tao.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How hard/easy would it be to disable a pre-compiled in kernel module? In my case I've got a machine here that's running ipfw, and I want to make some experimental changes without rebooting the box. Ideally I could recompile a ipfw.ko, disable the pre-compiled-in one (isn't this just a matter of removing it from some linked lists? I don't mind it still being in core - in fact I'll probably just switch it on again after I've finished), and kldload the external image. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message