From owner-freebsd-arch@FreeBSD.ORG Fri Jul 16 01:25:50 2004 Return-Path: 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 A539416A4CE; Fri, 16 Jul 2004 01:25:50 +0000 (GMT) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DC9F43D1D; Fri, 16 Jul 2004 01:25:50 +0000 (GMT) (envelope-from babkin@bellatlantic.net) Received: from bellatlantic.net ([141.153.250.165]) by out005.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040716012548.IQNJ3910.out005.verizon.net@bellatlantic.net>; Thu, 15 Jul 2004 20:25:48 -0500 Sender: root@FreeBSD.ORG Message-ID: <40F72E9A.D602C6EB@bellatlantic.net> Date: Thu, 15 Jul 2004 21:25:46 -0400 From: Sergey Babkin X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.7-RELEASE i386) X-Accept-Language: en, ru MIME-Version: 1.0 To: Robert Watson References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out005.verizon.net from [141.153.250.165] at Thu, 15 Jul 2004 20:25:47 -0500 cc: arch@freebsd.org cc: phk@phk.freebsd.dk Subject: Re: newbus integration of MOD_QUIESCE (was Re: cvs commit:src/sbin/kldunload kldunload.8 kldunload.c ) X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 01:25:50 -0000 Robert Watson wrote: > > So, it sounds like a couple of concepts are floating around: > > MOD_WEAKUNLOAD - Unload if you're not in use. I.e., unattached > > MOD_STRONGUNLOAD - Unload even though you're in use. Detach the Or add an extra argument "weak" to MOD_UNLOAD. -SB