From owner-cvs-all Sun Apr 2 12: 8:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A14737B832; Sun, 2 Apr 2000 12:08:16 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA17247; Sun, 2 Apr 2000 12:08:06 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200004021908.MAA17247@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 2 Apr 2000 12:08:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_devstat.c src/sys/ufs/ufs ufs_disksubr.c src/sys/sys buf.h devicestat.h disklabel.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/04/02 12:08:06 PDT Modified files: sys/kern subr_devstat.c sys/ufs/ufs ufs_disksubr.c sys/sys buf.h devicestat.h disklabel.h Log: Clone bio versions of certain bits of infrastructure: devstat_end_transaction_bio() bioq_* versions of bufq_* incl bioqdisksort() the corresponding "buf" versions will disappear when no longer used. Move b_offset, b_data and b_bcount to struct bio. Add BIO_FORMAT as a hack for fd.c etc. We are now largely ready to start converting drivers to use struct bio instead of struct buf. Revision Changes Path 1.20 +18 -1 src/sys/kern/subr_devstat.c 1.49 +99 -1 src/sys/ufs/ufs/ufs_disksubr.c 1.94 +62 -7 src/sys/sys/buf.h 1.10 +2 -1 src/sys/sys/devicestat.h 1.50 +4 -1 src/sys/sys/disklabel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message