From owner-cvs-all Tue Apr 25 3:51:23 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 D277337BD05; Tue, 25 Apr 2000 03:51:19 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA82727; Tue, 25 Apr 2000 03:51:19 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200004251051.DAA82727@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 25 Apr 2000 03:51:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c src/sys/kern subr_disk.c src/sys/sys buf.h conf.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/04/25 03:51:19 PDT Modified files: sys/dev/ata atapi-cd.c sys/kern subr_disk.c sys/sys buf.h conf.h Log: Clone the {b|bio}_offset field, and make sure it is always initialized in struct bio. Eventually, bio_offset will probably obsolete the bio_blkno and bio_pblkno fields. Remove the special hack in atapi-cd.c to determine of bio_offset was valid. Revision Changes Path 1.57 +2 -9 src/sys/dev/ata/atapi-cd.c 1.23 +3 -1 src/sys/kern/subr_disk.c 1.97 +2 -2 src/sys/sys/buf.h 1.108 +9 -5 src/sys/sys/conf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message