Date: Tue, 25 Apr 2000 03:51:19 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> 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 Message-ID: <200004251051.DAA82727@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004251051.DAA82727>
