From owner-cvs-sys Tue Jan 6 02:03:46 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA24618 for cvs-sys-outgoing; Tue, 6 Jan 1998 02:03:46 -0800 (PST) (envelope-from owner-cvs-sys) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA24591; Tue, 6 Jan 1998 02:03:32 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id BAA10151; Tue, 6 Jan 1998 01:51:54 -0800 (PST) Received: from UNKNOWN(), claiming to be "current1.whistle.com" via SMTP by alpo.whistle.com, id smtpd010149; Tue Jan 6 01:51:52 1998 Date: Tue, 6 Jan 1998 01:48:53 -0800 (PST) From: Julian Elischer To: Poul-Henning Kamp cc: "John S. Dyson" , dyson@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: John's latest VM commit. In-Reply-To: <434.884079302@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk why am I so unsurpised at your appearance here :) On Tue, 6 Jan 1998, Poul-Henning Kamp wrote: > YES!!!! > > Struct buf should just be the way you explain to a (block)-devicedriver > what you want it to do. This links right into Julians slice code :-) That kind-of presumes that I'm ever allowed to check it in.. ;-) My present slice code does use bufs as they are now for IO but that's because they are trying to co-exist with older code. if I was freed from that constraint they could quite easily go the way we discussed. julian