From owner-cvs-all Wed Aug 19 04:33:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27358 for cvs-all-outgoing; Wed, 19 Aug 1998 04:33:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA27274; Wed, 19 Aug 1998 04:32:58 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id LAA06299; Wed, 19 Aug 1998 11:32:16 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id NAA27228; Wed, 19 Aug 1998 13:32:14 +0200 (MET DST) Message-ID: <19980819133213.43437@follo.net> Date: Wed, 19 Aug 1998 13:32:13 +0200 From: Eivind Eklund To: =?iso-8859-1?Q?S=F8ren_Schmidt?= , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ccd ccd.c src/sys/dev/vn vn.c src/sys/kern kern_physio.c References: <199808191050.DAA06332@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.89.1i In-Reply-To: =?iso-8859-1?Q?=3C199808191050=2EDAA06332=40freefall=2Efreebsd=2Eorg=3E?= =?iso-8859-1?Q?=3B_from_S=F8ren_Schmidt_on_Wed=2C_Aug_19=2C_1998_at_03?= =?iso-8859-1?Q?=3A50=3A33AM_-0700?= Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Aug 19, 1998 at 03:50:33AM -0700, Søren Schmidt wrote: > 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). .. and there was much rejoicing. :-) Eivind.