From owner-freebsd-current Fri Apr 28 14:23:54 2000 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 95B4E37BFEB for ; Fri, 28 Apr 2000 14:23:48 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost.freebsd.dk [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id XAA02417 for ; Fri, 28 Apr 2000 23:23:46 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: current@freebsd.org Subject: PATCH: buf/bio conversion From: Poul-Henning Kamp Date: Fri, 28 Apr 2000 23:23:46 +0200 Message-ID: <2415.956957026@critter.freebsd.dk> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Two new patches at http://phk.freebsd.dk/misc 2000-04-28 biodone.patch This patch untangles the biodone/bufdone path. This basically gives struct bio a separate mechanism for callbacks, which at the end calls into the struct buf mechanism. 2000-04-28 ccd.patch (Requires biodone.patch) Convert CCD to struct bio. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message