From owner-cvs-sys Fri Aug 1 06:01:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA18730 for cvs-sys-outgoing; Fri, 1 Aug 1997 06:01:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA18305; Fri, 1 Aug 1997 05:49:54 -0700 (PDT) From: Jean-Marc Zucconi Received: (from jmz@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA13060; Fri, 1 Aug 1997 05:48:37 -0700 (PDT) Date: Fri, 1 Aug 1997 05:48:37 -0700 (PDT) Message-Id: <199708011248.FAA13060@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi worm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmz 1997/08/01 05:48:37 PDT Modified files: sys/scsi worm.c Log: My previous commit was incomplete because it ignored the READ case. Now set explicitly the block size to 2048 when the device is opened for reading. Revision Changes Path 1.44 +2 -1 src/sys/scsi/worm.c