From owner-freebsd-current@FreeBSD.ORG Tue Sep 14 18:57:46 2004 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 558FA16A4CE for ; Tue, 14 Sep 2004 18:57:46 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FF7F43D3F for ; Tue, 14 Sep 2004 18:57:45 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (oak.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i8EIvit5025669 for ; Tue, 14 Sep 2004 21:57:44 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ip.net.ua [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 86464-12 for ; Tue, 14 Sep 2004 21:57:43 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i8EIvhpj025668 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 14 Sep 2004 21:57:43 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i8EIvhjp021576 for current@FreeBSD.org; Tue, 14 Sep 2004 21:57:43 +0300 (EEST) (envelope-from ru) Date: Tue, 14 Sep 2004 21:57:43 +0300 From: Ruslan Ermilov To: current@FreeBSD.org Message-ID: <20040914185743.GC21379@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="S1BNGpv0yoYahz37" Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua Subject: kldunload oddities 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: Tue, 14 Sep 2004 18:57:46 -0000 --S1BNGpv0yoYahz37 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi there, This is with very recent -CURRENT, I'm not sure if this problem new or not... When I try to unload some modules that were loaded by loader(8), I get this strange behavior: ru# grep _load /boot/loader.conf=20 if_dc_load=3D"YES" snd_csa_load=3D"YES" apm_load=3D"YES" ru# kldunload snd_csa ru# kldunload snd_csa kldunload: can't unload file: Device busy #1. The first kldunload command silently exits without unloading the module. #2. Why the snd_csa.ko module cannot be unloaded -- I can unload the if_dc module just fine and I can also unload snd_csa if I load it from userland. Anyone with explanations for these two? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --S1BNGpv0yoYahz37 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBRz8nqRfpzJluFF4RAnmLAJ9fC4WKZ+Wq3aoFeA8lZMZlUpICAACeMnAE DjVmsZTiVcuswSbH3YrSNmo= =RREu -----END PGP SIGNATURE----- --S1BNGpv0yoYahz37--