From owner-freebsd-hackers Sun Mar 26 21:31: 7 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 2665B37BAE0 for ; Sun, 26 Mar 2000 21:31:04 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id WAA52246; Sun, 26 Mar 2000 22:31:02 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id WAA90072; Sun, 26 Mar 2000 22:30:48 -0700 (MST) Message-Id: <200003270530.WAA90072@harmony.village.org> To: Nikolai Saoukh Subject: Re: Reserving Resources Cc: freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Mon, 27 Mar 2000 09:24:52 +0400." <20000327092452.B18459@Draculina.otdel-1.org> References: <20000327092452.B18459@Draculina.otdel-1.org> <20000327091626.A18459@Draculina.otdel-1.org> <200003261249.VAA05285@tasogare.imasy.or.jp> <200003260112.SAA76635@harmony.village.org> <200003261249.VAA05285@tasogare.imasy.or.jp> <200003262340.QAA87438@harmony.village.org> <20000327091626.A18459@Draculina.otdel-1.org> <200003270518.WAA89979@harmony.village.org> Date: Sun, 26 Mar 2000 22:30:48 -0700 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000327092452.B18459@Draculina.otdel-1.org> Nikolai Saoukh writes: : Current 'unknown' driver attaches with 0 priority, thus kldloaded : driver is not called at all. And even when 'unknown' driver attaches : with very low priority, what happens when real driver will be : kldunloaded? Hmmm. The unknown driver should attach with a negative priority. What should happen? The drivers that have a negative priority should detach, or at least drivers with a very low priority (set a threshold of -1000 or something) detached before a probe... I know that this was talked about at one point, but come to think about it, I don't recall it being committed. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message