From owner-freebsd-hackers Thu Sep 11 23:03:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA07116 for hackers-outgoing; Thu, 11 Sep 1997 23:03:10 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA07110 for ; Thu, 11 Sep 1997 23:03:06 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id AAA07927; Fri, 12 Sep 1997 00:03:01 -0600 (MDT) Date: Fri, 12 Sep 1997 00:03:01 -0600 (MDT) Message-Id: <199709120603.AAA07927@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: John-Mark Gurney Cc: freebsd-hackers@freebsd.org Subject: Re: PnP support In-Reply-To: <19970911215838.24994@hydrogen.nike.efn.org> References: <19970911050407.06011@hydrogen.nike.efn.org> <199709120320.NAA00944@word.smith.net.au> <19970911215838.24994@hydrogen.nike.efn.org> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > You *really*really* should look at the NetBSD extent manager. It > > already allows for creation and deletion of extents, and basically all > > the minimal stuff you expect. > > ok.. I'll take a look at it... it's nice that freefall has a copy of > the NetBSD tree... but I noticed that the tree in /f/NetBSD is just > a source copy.. is there another place on freefall (or another location) > that I can browse the cvs repository? mainly for repository logs.. The NetBSD folks don't allow access to their repository. Last I heard, it was both politically and legally a problem to do that, given that they're tree is (was?) still based on the old 4.4BSD Lite code, which is arguably 'tainted'. They've since converted their releases to use Lite2, but by making their CVS tree public it could cause problems. I can't speak with any authority though, since I lost access to the NetBSD CVS tree around version 0.8, which was before FreeBSD 1.0 was released. :) :) :) Nate