Date: Wed, 19 Aug 1998 03:50:33 -0700 (PDT) From: Søren Schmidt <sos@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ccd ccd.c src/sys/dev/vn vn.c src/sys/kern kern_physio.c Message-ID: <199808191050.DAA06332@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos 1998/08/19 03:50:32 PDT Modified files: sys/dev/ccd ccd.c sys/dev/vn vn.c sys/kern kern_physio.c Log: Make struct buf->b_offset reflect the real byte offset which got in via the uio struct. This enables device drivers to use != DEV_BSIZE blocking on devices with wierd sector/block sizes (ie CDROM's). Revision Changes Path 1.36 +2 -1 src/sys/dev/ccd/ccd.c 1.68 +3 -1 src/sys/dev/vn/vn.c 1.28 +2 -2 src/sys/kern/kern_physio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808191050.DAA06332>