From owner-freebsd-current@FreeBSD.ORG Wed Jun 18 16:16:57 2003 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 F2C8637B401 for ; Wed, 18 Jun 2003 16:16:56 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EECC43F75 for ; Wed, 18 Jun 2003 16:16:56 -0700 (PDT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 8A0A62ED464; Wed, 18 Jun 2003 16:16:56 -0700 (PDT) Date: Thu, 19 Jun 2003 01:16:56 +0200 From: Maxime Henrion To: walt Message-ID: <20030618231656.GW21011@elvis.mu.org> References: <43720.1055971536@critter.freebsd.dk> <3EF0DE3A.5040605@myrealbox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EF0DE3A.5040605@myrealbox.com> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: Proof of concept patch for device rearrangement 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: Wed, 18 Jun 2003 23:16:57 -0000 walt wrote: > Poul-Henning Kamp wrote: > > >I have uploaded a proof of concept patch: > > > > http://phk.freebsd.dk/patch/fd_dev.patch > > > >...And with this code enabled, it is possible to go from userland to > >device driver without touching Giant underway. > > I'm sorry, I can't parse that last sentence. Could you explain in > 25 words or less (or 3 lines of code) what it means? > > 'Giant' is the lock that Alan is trying to get rid of? Giant is the big lock that protects the whole kernel that everyone is trying to get rid of :-). Maxime