From owner-freebsd-questions@FreeBSD.ORG Mon Jul 26 19:54:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5BAC16A4CE for ; Mon, 26 Jul 2004 19:54:30 +0000 (GMT) Received: from ns2.brasilsat.com.br (ns2.brasilsat.com.br [200.250.169.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id A540A43D41 for ; Mon, 26 Jul 2004 19:54:25 +0000 (GMT) (envelope-from cra@kftec.com.br) Received: from kftec.com.br ([192.168.2.200])i6QL27FJ009369 for ; Mon, 26 Jul 2004 18:02:15 -0300 Received: from 33KFPGS/SpoolDir by kftec.com.br (Mercury 1.47); 26 Jul 04 18:58:38 -0300 Received: from SpoolDir by 33KFPGS (Mercury 1.47); 26 Jul 04 18:58:17 -0300 Received: from kftec.com.br (192.168.10.200) by kftec.com.br (Mercury 1.47) with ESMTP; 26 Jul 04 18:58:12 -0300 Message-ID: <410561AD.AAC6A3AC@kftec.com.br> Date: Mon, 26 Jul 2004 16:55:25 -0300 From: Cleyton Agapito X-Mailer: Mozilla 4.77 [en] (Win98; U) X-Accept-Language: pt-BR,en MIME-Version: 1.0 To: FreeBSD Content-Type: multipart/mixed; boundary="------------914A7284FFF5D025F9AC1B18" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: modules dynamically loaded (doubt) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2004 19:54:31 -0000 This is a multi-part message in MIME format. --------------914A7284FFF5D025F9AC1B18 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi all, I have same modules (fdc.ko, speaker.ko, snd_cmi.ko, etc...) that i removed from kernel core (5.2-RL) to be dynamically loaded when need. looks that device nodes are created in boot stage, because they arenīt there when i load module after, then i must use loader.conf and kldunload one by one (i didnīt find a option to unload all unused modules). the devfs wouldnīt load the proper module like it do with cd9660.ko? or unload module if idle? what iīm doing wrong? kind regards. --------------914A7284FFF5D025F9AC1B18--